mirror of
https://github.com/penpot/penpot.git
synced 2026-02-14 07:33:04 +00:00
6 lines
174 B
Plaintext
6 lines
174 B
Plaintext
FROM adoptopenjdk/openjdk15:debianslim-jre
|
|
LABEL maintainer="Andrey Antukh <niwi@niwi.nz>"
|
|
ADD ./bundle/backend/ /opt/bundle/
|
|
WORKDIR /opt/bundle
|
|
CMD ["/bin/bash", "run.sh"]
|