Skip to content

Commit

Permalink
Build experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Jul 26, 2024
1 parent 15cb59d commit 446da5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG PORT
WORKDIR $APP_HOME
COPY python/activator activator/
COPY pipelines pipelines/
COPY config ./
COPY config /app/
CMD source /opt/lsst/software/stack/loadLSST.bash \
&& setup lsst_distrib \
&& exec gunicorn --workers 1 --threads 1 --timeout $WORKER_TIMEOUT --max-requests $WORKER_RESTART_FREQ \
Expand Down

0 comments on commit 446da5a

Please sign in to comment.