🎉 Add testenv.

This commit is contained in:
Andrey Antukh 2020-09-09 15:49:06 +02:00 committed by Alonso Torres
parent ab35716ba2
commit 91aa8862ff
14 changed files with 535 additions and 37 deletions

View 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"]