Skip to content

Commit

Permalink
disabled production mode in dockerized env, a stopgap workaround for c…
Browse files Browse the repository at this point in the history
  • Loading branch information
keighrim committed Oct 1, 2024
1 parent c19aeee commit 8b55549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ WORKDIR /app
RUN pip3 install --no-cache-dir -r requirements.txt

# default command to run the CLAMS app in a production server
CMD ["python3", "app.py", "--production"]
CMD ["python3", "app.py"]
################################################################################

0 comments on commit 8b55549

Please sign in to comment.