Skip to content

Commit 2b828b6

Browse files
committed
Update dockerfile to expose port 3000 for local
access
1 parent e59b6dc commit 2b828b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/peerprep/Dockerfile

Lines changed: 1 addition & 0 deletions
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+
EXPOSE 3000
2223
CMD ["npm", "run", "start"]

0 commit comments

Comments
 (0)