Skip to content

Commit de73648

Browse files
authored
Update entrypoint.sh
1 parent c637437 commit de73648

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

entrypoint.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
2-
2+
# Docker entrypoint is a Dockerfile directive or
3+
# instruction that is used to specify the executable which should run when a container is started from a Docker image.
34
chmod +x /app/wait-for-it.sh
45

5-
/bin/bash /app/wait-for-it.sh $MYSQL_HOST:$MYSQL_PORT -t 300 -- npm start
6+
/bin/bash /app/wait-for-it.sh $MYSQL_HOST:$MYSQL_PORT -t 300 -- npm start

0 commit comments

Comments
 (0)