From 1b0be929573a181842dd9287eaa2888e5b0e4d89 Mon Sep 17 00:00:00 2001 From: cunningpike <117583036+cunningpike@users.noreply.github.com> Date: Tue, 21 Feb 2023 15:51:56 -0500 Subject: [PATCH] Update Dockerfile --- container/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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"]