File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 57
57
docker build -t delphi_web_epidata -f ./devops/Dockerfile .
58
58
cd ../../../
59
59
60
- # MODULE_NAME is used to set the location of the main.py file, see https://github.com/tiangolo/meinheld-gunicorn-docker#module_name
60
+ # MODULE_NAME specifies the location of the `app` variable, the actual WSGI application object to run.
61
+ # see https://github.com/tiangolo/meinheld-gunicorn-docker#module_name
61
62
- name : Start services
62
63
run : |
63
64
docker network create --driver bridge delphi-net
Original file line number Diff line number Diff line change 91
91
cd -
92
92
93
93
@# Run the web server
94
- @# MODULE_NAME is used to set the location of the main.py file, see https://github.com/tiangolo/meinheld-gunicorn-docker#module_name
94
+ @# MODULE_NAME specifies the location of the `app` variable, the actual WSGI application object to run.
95
+ @# see https://github.com/tiangolo/meinheld-gunicorn-docker#module_name
95
96
@docker run --rm -p 127.0.0.1:10080:80 \
96
97
$(M1) \
97
98
--env "MODULE_NAME=delphi.epidata.server.main" \
File renamed without changes.
You can’t perform that action at this time.
0 commit comments