Skip to content

Commit 0a16d02

Browse files
authored
fix: fixed docker file issue
1 parent f0d0036 commit 0a16d02

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
@@ -16,4 +16,4 @@ EXPOSE 8000
1616

1717
ENV MODULE_NAME="src.main"
1818

19-
CMD ["sh", "-c", "make watch prod"]
19+
CMD ["sh", "-c", "make prod"]

0 commit comments

Comments
 (0)