Skip to content

Commit 097e653

Browse files
committed
Review fixes
1 parent 4df5aec commit 097e653

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
docker build -t delphi_web_epidata -f ./devops/Dockerfile .
5858
cd ../../../
5959
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
6162
- name: Start services
6263
run: |
6364
docker network create --driver bridge delphi-net

dev/local/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ web:
9191
cd -
9292

9393
@# 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
9596
@docker run --rm -p 127.0.0.1:10080:80 \
9697
$(M1) \
9798
--env "MODULE_NAME=delphi.epidata.server.main" \

0 commit comments

Comments
 (0)