Skip to content

Commit

Permalink
frontend: Docker expose port 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed May 9, 2024
1 parent 27b9653 commit 68bdc37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/infrastructure/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ FROM node:14-alpine

COPY . .

EXPOSE 3000

ENTRYPOINT yarn start

0 comments on commit 68bdc37

Please sign in to comment.