We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da263e5 + 1aab510 commit 231f355Copy full SHA for 231f355
Dockerfile
@@ -15,6 +15,7 @@ COPY pipelines pipelines/
15
COPY config/astropy.cfg $XDG_CONFIG_HOME/astropy/
16
COPY config/gunicorn.conf.py ./
17
COPY maps maps/
18
+# Can't use a here-document with CMD
19
CMD source /opt/lsst/software/stack/loadLSST.bash \
20
&& setup lsst_distrib \
- && exec gunicorn --bind :$PORT --config gunicorn.conf.py 'activator.activator:create_app()'
21
+ && exec python3 -m activator.activator
0 commit comments