mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 16:59:29 +02:00
🎉 Add testenv.
This commit is contained in:
parent
ab35716ba2
commit
91aa8862ff
14 changed files with 535 additions and 37 deletions
5
docker/testenv/Dockerfile-backend
Normal file
5
docker/testenv/Dockerfile-backend
Normal file
|
@ -0,0 +1,5 @@
|
|||
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"]
|
Loading…
Add table
Add a link
Reference in a new issue