Skip to content

Commit 959aff8

Browse files
authored
Merge branch 'dev' into setup-github-workflows
2 parents 1c38e3c + a239814 commit 959aff8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/peerprep/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ COPY ./package.json package-lock.json /app/
1919
COPY --from=production-dependencies-env /app/node_modules /app/node_modules
2020
COPY --from=build-env /app/build /app/build
2121
WORKDIR /app
22-
CMD ["npm", "start"]
22+
EXPOSE 3000
23+
CMD ["npm", "start"]

0 commit comments

Comments
 (0)