Update Dockerfile

This commit is contained in:
Alexandre
2021-03-07 15:05:35 +01:00
committed by GitHub
parent 79cfc2be3d
commit 5740a23cfa

View File

@@ -1,8 +1,6 @@
ARG BUILD_FROM
FROM $BUILD_FROM
VOLUME [ "/data" ]
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
@@ -40,4 +38,7 @@ RUN \
COPY run.sh /
RUN chmod 777 /run.sh
ENTRYPOINT [ "/run.sh" ]
VOLUME [ "/data" ]