Update Dockerfile

This commit is contained in:
cunningpike 2023-02-21 15:51:56 -05:00 committed by GitHub
parent b2cfb9659b
commit 1b0be92957
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -10,8 +10,5 @@ WORKDIR $APP_HOME
RUN pip install fediblockhole
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
# to be equal to the cores available.
# Set the command on start to fediblock-sync.
ENTRYPOINT ["fediblock-sync"]