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:
context: client
dockerfile: ./Dockerfile
ports:
- 4200-4200
- 4200:4200
networks:
- airline-net
# End React UI Client
......@@ -18,7 +18,7 @@ services:
context: FlightMicroservice
dockerfile: ./Dockerfile
ports:
- 8080-8080
- 4201:8080
networks:
- airline-net
# 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