revert docker user

pull/860/head
hunterlong 2020-10-13 01:06:35 -07:00
parent 8c89b7ed4b
commit 44b82136ee
1 changed files with 0 additions and 4 deletions

View File

@ -15,10 +15,6 @@ ENV IS_DOCKER=true
ENV SASS=/usr/local/bin/sassc
ENV STATPING_DIR=/app
ENV PORT=8080
ENV UID=1000
ENV GID=1000
USER $UID:$GID
EXPOSE $PORT