Update Dockerfile

This commit is contained in:
uazo
2021-07-12 07:52:47 +02:00
committed by GitHub
parent 72719ad42e
commit 6e7dd5afb2

View File

@@ -2,7 +2,8 @@ ARG BROMITE_SHA
FROM uazo/bromite:$BROMITE_SHA FROM uazo/bromite:$BROMITE_SHA
USER lg #USER lg
WORKDIR /home/lg/working_dir
COPY pre-start.sh . COPY pre-start.sh .
COPY start-build.sh . COPY start-build.sh .