fix port expose

parent 20f50678
Pipeline #843 passed with stages
in 18 seconds
...@@ -9,5 +9,5 @@ RUN npm run build ...@@ -9,5 +9,5 @@ RUN npm run build
RUN npm install -g serve RUN npm install -g serve
EXPOSE 3000 EXPOSE 80
CMD ["serve", "-s", "dist", "-l", "80"] CMD ["serve", "-s", "dist", "-l", "80"]
\ No newline at end of file
...@@ -3,7 +3,7 @@ services: ...@@ -3,7 +3,7 @@ services:
build: ./ build: ./
container_name: client container_name: client
expose: expose:
- '3000:3000' - '8080:8080'
networks: networks:
- app-network - app-network
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment