Skip to content

Commit b675274

Browse files
authored
Update Dockerfile.custom
1 parent f6243e5 commit b675274

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile.custom

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,4 @@ USER node
9595
EXPOSE 1234
9696
WORKDIR /app
9797

98-
#CMD ["node", "dist/js/server.js"]
99-
CMD exec node dist/js/server.js
98+
CMD ["node", "dist/js/server.js"]

0 commit comments

Comments
 (0)