feature/ci-cd #1
@@ -15,6 +15,6 @@ WORKDIR /app
|
|||||||
ENV ASPNETCORE_URLS=http://+:5000
|
ENV ASPNETCORE_URLS=http://+:5000
|
||||||
COPY --from=build /app/publish .
|
COPY --from=build /app/publish .
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 5000
|
||||||
|
|
||||||
ENTRYPOINT ["dotnet", "agologum-api.dll"]
|
ENTRYPOINT ["dotnet", "agologum-api.dll"]
|
||||||
|
|||||||
Reference in New Issue
Block a user