diff --git a/container/Dockerfile b/container/Dockerfile index 179d24d..3659567 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -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"]