Skip to content

Commit

Permalink
build: expose port in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ChecksumDev committed Aug 7, 2023
1 parent 9d34da7 commit 64705b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ RUN pnpm install --filter="web"
RUN pnpm run build --filter="web"

EXPOSE 4173
CMD ["pnpm", "run", "--filter=web", "preview"]
CMD ["pnpm", "run", "--filter=web", "preview", "--", "--host"]

0 comments on commit 64705b7

Please sign in to comment.