This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user