FROM azul/zulu-openjdk-debian:14 LABEL maintainer="Andrey Antukh " ADD ./bundle/backend/ /opt/bundle/ WORKDIR /opt/bundle CMD ["/bin/bash", "run.sh"]