Update Dockerfile
This commit is contained in:
parent
b2cfb9659b
commit
1b0be92957
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue