Update Dockerfile

This commit is contained in:
Mike 2019-04-27 15:00:56 +08:00 committed by GitHub
parent 77573867f8
commit 5aafc63150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,5 +47,5 @@ RUN apk update && \
rm -rf /var/cache/apk/*
# Copy init script, set workdir & entrypoint
COPY init /init
WORKDIR /home/dockeruser
WORKDIR /workdir
ENTRYPOINT ["/init"]