Skip to content

Commit

Permalink
added --host flag in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ZimLim committed Mar 4, 2024
1 parent 760d67b commit 04098b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ COPY . .

EXPOSE 5173

CMD [ "npm", "run", "preview"]
CMD [ "npm", "run", "preview", "--host"]

0 comments on commit 04098b7

Please sign in to comment.