We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26598fe commit 9ec14b9Copy full SHA for 9ec14b9
packages/configurator/Dockerfile
@@ -4,4 +4,4 @@ WORKDIR /app
4
5
EXPOSE 8080
6
7
-CMD node packages/configurator/dist
+CMD ["node", "packages/configurator/build/server"]
0 commit comments