Skip to content

Commit

Permalink
Don't run sidekiq command
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed Feb 22, 2024
1 parent a57350c commit 24b8428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ COPY --from=builder $BUNDLE_PATH $BUNDLE_PATH
COPY --from=builder $APP_HOME .

USER app
CMD ["sidekiq"]
# CMD ["sidekiq"]

LABEL org.opencontainers.image.source=https://github.com/alphagov/datagovuk_publish

0 comments on commit 24b8428

Please sign in to comment.