Update Dockerfile

This commit is contained in:
cunningpike 2023-01-15 21:57:48 -05:00 committed by GitHub
parent c0e6c6c028
commit ced460146b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ COPY ./ ./
# Install production dependencies.
RUN pip install .
USER 1001
# Run the web service on container startup. Here we use the gunicorn
# webserver, with one worker process and 8 threads.
# For environments with multiple CPU cores, increase the number of workers