add basic Docker entrypoint script

This commit is contained in:
2025-04-30 14:56:36 -05:00
parent 249d067c0e
commit 27f10e0671
3 changed files with 12 additions and 0 deletions

View File

@ -41,4 +41,5 @@ COPY --from=build --chown=app:app /app /app
COPY --chown=app:app . .
EXPOSE $PORT
ENTRYPOINT [ "/app/dockerfiles/entrypoint.sh" ]
CMD [ "bundle", "exec", "puma" ]