Rename run.sh to entrypoint.sh
This commit is contained in:
@@ -15,7 +15,7 @@ services:
|
|||||||
|
|
||||||
app:
|
app:
|
||||||
build: .
|
build: .
|
||||||
command: ./utils/run.sh
|
command: ./utils/entrypoint.sh
|
||||||
env_file:
|
env_file:
|
||||||
- config.env
|
- config.env
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
#
|
||||||
|
# The entrypoint for the docker containers
|
||||||
|
#
|
||||||
|
|
||||||
# Debug
|
# Debug
|
||||||
# FLASK_APP=app/__init__.py FLASK_CONFIG=../config.cfg FLASK_DEBUG=1 python3 -m flask run -h 0.0.0.0 -p 5123
|
# FLASK_APP=app/__init__.py FLASK_CONFIG=../config.cfg FLASK_DEBUG=1 python3 -m flask run -h 0.0.0.0 -p 5123
|
||||||
|
|
||||||
Reference in New Issue
Block a user