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 2c6675f commit 2792698Copy full SHA for 2792698
docker/Dockerfile
@@ -8,4 +8,4 @@ RUN npm ci --silent --legacy-peer-deps
8
COPY . .
9
RUN npm run build
10
11
-CMD npm start
+CMD node src/app.js
0 commit comments