Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 776b521

Browse files
committed
switch to json cmd
1 parent 24a1ea8 commit 776b521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ ENV PORT 3000
2222

2323
EXPOSE 3000
2424

25-
CMD exec python3 manage.py start
25+
CMD ["python3" "manage.py" "start"]

0 commit comments

Comments
 (0)