Skip to content

Commit

Permalink
fix(download): revert cmd back to original version
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Aug 30, 2024
1 parent 8c2487a commit e257a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudrun/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ RUN pip install .
RUN pip install arcgis==2.*
RUN pip install gunicorn

CMD ["exec", "gunicorn", "--bind", ":$PORT", "--timeout", "0", "download.main:app"]
CMD exec gunicorn --bind :$PORT --timeout 0 download.main:app

0 comments on commit e257a27

Please sign in to comment.