Skip to content

Commit 6577e8b

Browse files
authored
Discard docstrings when running Docker container (#327)
1 parent edc4365 commit 6577e8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ ENV PORT=80
3434

3535
EXPOSE $PORT
3636

37-
CMD ["python", "-O", "-u", "-m", "app"]
37+
CMD ["python", "-OO", "-u", "-m", "app"]

0 commit comments

Comments
 (0)