Skip to content

Commit cb7e505

Browse files
committed
config docker file
1 parent 9c7993e commit cb7e505

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docker-compose.prod-frontend.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ services:
66
image: ${DOCKERHUB_USER}/codecampus-frontend:${IMAGE_TAG:-latest}
77
restart: unless-stopped
88
ports: ["4200:80"]
9-
volumes:
10-
# Dùng config local
11-
- ./config-local.json:/usr/share/nginx/html/config.json
12-
# Hoặc server
13-
# - ./config-server.json:/usr/share/nginx/html/config.json
149
networks: [backend]
1510

1611
networks:

0 commit comments

Comments
 (0)