Skip to content

Commit 8840c4f

Browse files
committed
Fix docker on backend-javascript
1 parent f3acfc0 commit 8840c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend-javascript/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ RUN npm run build
1212

1313
EXPOSE 8080
1414

15-
CMD ["node", "dist/server.js"]
15+
CMD ["node", "dist/server-start.js"]

0 commit comments

Comments
 (0)