Skip to content
Snippets Groups Projects
Commit d910b9ac authored by lcross2002's avatar lcross2002
Browse files

docker actually working

parent 127f6d94
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ services: ...@@ -6,7 +6,7 @@ services:
context: client context: client
dockerfile: ./Dockerfile dockerfile: ./Dockerfile
ports: ports:
- 4200-4200 - 4200:4200
networks: networks:
- airline-net - airline-net
# End React UI Client # End React UI Client
...@@ -18,7 +18,7 @@ services: ...@@ -18,7 +18,7 @@ services:
context: FlightMicroservice context: FlightMicroservice
dockerfile: ./Dockerfile dockerfile: ./Dockerfile
ports: ports:
- 8080-8080 - 4201:8080
networks: networks:
- airline-net - airline-net
# End Flight Microservice # End Flight Microservice
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment