mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00:00
6 lines
164 B
Plaintext
6 lines
164 B
Plaintext
FROM azul/zulu-openjdk-debian:14
|
|
LABEL maintainer="Andrey Antukh <niwi@niwi.nz>"
|
|
ADD ./bundle/backend/ /opt/bundle/
|
|
WORKDIR /opt/bundle
|
|
CMD ["/bin/bash", "run.sh"]
|