Skip to content

Commit

Permalink
Restore tini
Browse files Browse the repository at this point in the history
  • Loading branch information
ppamorim committed Jan 16, 2025
1 parent 8c971d1 commit 7c3ce39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ RUN chmod +x /bin/taille-auth
# Expose the port for Railway
EXPOSE 3000

RUN echo "starting server (from docker)"

# Command to run the application
# ENTRYPOINT ["tini", "--"]
ENTRYPOINT ["tini", "--"]
CMD ["/bin/taille-auth"]

0 comments on commit 7c3ce39

Please sign in to comment.