Updated to use port 80 locally.

This commit is contained in:
2026-01-02 13:36:56 -06:00
parent 607386f6fe
commit 5b751c2907
4 changed files with 196 additions and 16 deletions

View File

@ -7,6 +7,6 @@ RUN npm install
COPY . .
EXPOSE 5173
EXPOSE 80
CMD ["npm", "run", "dev"]
CMD ["npm", "run", "dev", "--", "--host", "--port", "80"]