We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e5d49 commit 4c7ec11Copy full SHA for 4c7ec11
pexels-grid/Dockerfile
@@ -3,4 +3,4 @@ COPY . .
3
RUN yarn
4
RUN yarn build
5
RUN rm -rf node_modules
6
-ENTRYPOINT ["yarn", "start"]
+ENTRYPOINT ["node", ".next/standalone/server.js"]
0 commit comments