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

flight ms now callable

parent f6c859f9
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
USER app
WORKDIR /app
EXPOSE 8080
EXPOSE 8081
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
ARG BUILD_CONFIGURATION=Release
......
......@@ -18,7 +18,7 @@ services:
context: FlightMicroservice
dockerfile: ./Dockerfile
ports:
- 8081-8082
- 8080-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