Browse Source

fix(docker): rename open-api gateway project

pull/1028/head
colin 1 year ago
parent
commit
5c856eda73
  1. 2
      gateways/internal/LINGYUN.MicroService.Internal.ApiGateway/src/LINGYUN.MicroService.OpenApi.Gateway/Dockerfile

2
gateways/internal/LINGYUN.MicroService.Internal.ApiGateway/src/LINGYUN.MicroService.OpenApi.Gateway/Dockerfile

@ -8,4 +8,4 @@ EXPOSE 80/tcp
VOLUME [ "./app/Logs" ] VOLUME [ "./app/Logs" ]
VOLUME [ "./app/Modules" ] VOLUME [ "./app/Modules" ]
ENTRYPOINT ["dotnet", "LINGYUN.MicroService.Internal.Gateway.dll"] ENTRYPOINT ["dotnet", "LINGYUN.MicroService.OpenApi.Gateway.dll"]

Loading…
Cancel
Save