fix port expose

parent 20f50678
Pipeline #843 passed with stages
in 18 seconds
......@@ -9,5 +9,5 @@ RUN npm run build
RUN npm install -g serve
EXPOSE 3000
EXPOSE 80
CMD ["serve", "-s", "dist", "-l", "80"]
\ No newline at end of file
......@@ -3,7 +3,7 @@ services:
build: ./
container_name: client
expose:
- '3000:3000'
- '8080:8080'
networks:
- 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