Update Dockerfile

This commit is contained in:
uazo 2021-07-12 07:52:47 +02:00 committed by GitHub
parent 72719ad42e
commit 6e7dd5afb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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