Skip to content

Commit

Permalink
sleep container
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed Jun 4, 2024
1 parent 5a47862 commit f142bfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ COPY --from=builder $BUNDLE_PATH $BUNDLE_PATH
COPY --from=builder $APP_HOME .

USER app
CMD ["puma"]
# CMD ["puma"]
CMD ["sleep 30000"]

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

0 comments on commit f142bfc

Please sign in to comment.