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 e59b6dc commit 2b828b6Copy full SHA for 2b828b6
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
+EXPOSE 3000
23
CMD ["npm", "run", "start"]
0 commit comments