Skip to content

Commit 231f355

Browse files
committed
Merge branch 'tickets/DM-52568'
2 parents da263e5 + 1aab510 commit 231f355

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ COPY pipelines pipelines/
1515
COPY config/astropy.cfg $XDG_CONFIG_HOME/astropy/
1616
COPY config/gunicorn.conf.py ./
1717
COPY maps maps/
18+
# Can't use a here-document with CMD
1819
CMD source /opt/lsst/software/stack/loadLSST.bash \
1920
&& setup lsst_distrib \
20-
&& exec gunicorn --bind :$PORT --config gunicorn.conf.py 'activator.activator:create_app()'
21+
&& exec python3 -m activator.activator

0 commit comments

Comments
 (0)