Skip to content

Commit

Permalink
Turning entrypoint back on
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanMendicutti committed Aug 23, 2023
1 parent d6a559e commit 5c89787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ RUN SECRET_KEY_BASE=10167c7f7654ed02b3557b05b88ece rails secret > /dev/null
WORKDIR /workspaces/sepomex

# Set the entrypoint script:
# ENTRYPOINT [ "/workspaces/sepomex/bin/entrypoint" ]
ENTRYPOINT [ "/workspaces/sepomex/bin/entrypoint" ]

# Set the default command:
CMD [ "puma" ]

0 comments on commit 5c89787

Please sign in to comment.