Commit 21968e98 authored by Heber Cordova's avatar Heber Cordova

fix: config file system in monorepo mode

parent 80a3e93f
...@@ -6,8 +6,8 @@ services: ...@@ -6,8 +6,8 @@ services:
ports: ports:
- "8081:80" - "8081:80"
volumes: volumes:
- ./dist/flight-agency-app:/usr/share/nginx/html - ./flight-agency-app/dist/flight-agency-app:/usr/share/nginx/html
- ./nginx.conf:/etc/nginx/conf.d/default.conf - ./flight-agency-app/nginx.conf:/etc/nginx/conf.d/default.conf
networks: networks:
- my-angular-network - my-angular-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