Skip to content

Commit 9ec14b9

Browse files
committed
Fix CMD
1 parent 26598fe commit 9ec14b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/configurator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ WORKDIR /app
44

55
EXPOSE 8080
66

7-
CMD node packages/configurator/dist
7+
CMD ["node", "packages/configurator/build/server"]

0 commit comments

Comments
 (0)