Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jan 28, 2025
1 parent 064a27d commit 48489f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-build-context/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,6 @@ RUN rm $CLUSTER_NAME_FILE_NAME
# Run our own set up steps after server finishes starting up
COPY entrypoint-finalize-setup.sh /
ENTRYPOINT ["/usr/bin/as-tini-static", "-r", "SIGUSR1", "-t", "SIGTERM", "--", "/entrypoint-finalize-setup.sh"]
# We do not inherit CMD from the base image
# so we need to respecify it here.
CMD ["asd"]

0 comments on commit 48489f6

Please sign in to comment.