You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The entrypoint.sh script is executed when the container is started.
4
4
# It is the perfect time to install the dependencies from the bound volume, run the migrations, and start the server.
5
5
# We'll use the docker-compose file that references this container to set an environment variable that will be used to determine if we should run the production or development server.
6
6
7
+
# Trap SIGINT and SIGTERM signals and forward them to the child process
0 commit comments