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.
2 parents 1c38e3c + a239814 commit 959aff8Copy full SHA for 959aff8
frontend/peerprep/Dockerfile
@@ -19,4 +19,5 @@ COPY ./package.json package-lock.json /app/
19
COPY --from=production-dependencies-env /app/node_modules /app/node_modules
20
COPY --from=build-env /app/build /app/build
21
WORKDIR /app
22
-CMD ["npm", "start"]
+EXPOSE 3000
23
+CMD ["npm", "start"]
0 commit comments