b
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nutchayut
2024-06-02 00:37:47 +07:00
parent 3e6dc3eefc
commit 657570d7c2
3 changed files with 3 additions and 3 deletions

View File

@@ -23,5 +23,5 @@ WORKDIR /app
COPY --from=build-env /publish .
RUN DEBIAN_FRONTEND=noninteractive apt-get update -y && apt-get install -y
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libgssapi-krb5-2
ENV ASPNETCORE_URLS http://*:8081
ENV ASPNETCORE_URLS http://*:8080
ENTRYPOINT ["dotnet", "OCPP.Core.Server.dll"]