remove UID/GID env specification

Co-authored-by: 0x5c <dev@0x5c.io>
This commit is contained in:
classabbyamp 2021-11-05 17:48:04 -04:00 committed by GitHub
parent 858c746970
commit a1ca852ff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,6 @@ RUN \
ENV PYTHON_BIN python3
ENV PYTHONUNBUFFERED 1
ENV UID ${UID:-1000}
ENV GID ${GID:-1000}
USER $UID:$GID