Skip to content

Commit b651699

Browse files
Docker Image Uses NPM Start
1 parent 598272d commit b651699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ COPY . .
1515
EXPOSE 3000
1616

1717
# 7. Start the Next.js development server
18-
CMD ["npm", "run", "dev"]
18+
CMD ["npm", "run", "start"]

0 commit comments

Comments
 (0)