Skip to content

Commit 6b2d74b

Browse files
authored
Merge pull request #81 from pattern-tech/refactor/ai-v2
fix: fixed docker file issue
2 parents 429457a + 0a16d02 commit 6b2d74b

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)