Updated to use port 80 locally.
This commit is contained in:
@ -7,6 +7,6 @@ RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
EXPOSE 5173
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["npm", "run", "dev"]
|
||||
CMD ["npm", "run", "dev", "--", "--host", "--port", "80"]
|
||||
|
||||
Reference in New Issue
Block a user