Skip to content

Commit

Permalink
change port from 3000 to 4200
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulBernal committed Jun 6, 2024
1 parent 6f021c5 commit 2f4b26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ FROM builder AS runner

WORKDIR /app

CMD yarn preview --host 0.0.0.0 --port 3000
CMD yarn preview --host 0.0.0.0 --port 4200

0 comments on commit 2f4b26f

Please sign in to comment.