CI: fix port exposed ?
This commit is contained in:
@@ -9,5 +9,5 @@ RUN npm install
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
|
||||
EXPOSE ${PORT_EXPOSED}
|
||||
CMD npx vite preview --port ${PORT_EXPOSED}
|
||||
EXPOSE 80
|
||||
CMD npx vite preview --port 80
|
||||
|
Reference in New Issue
Block a user