We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c85411 commit 359bf2aCopy full SHA for 359bf2a
Dockerfile
@@ -26,4 +26,4 @@ RUN addgroup -g 3000 dotnet && adduser -u 1000 -G dotnet -D -s /bin/false dotnet
26
RUN mkdir -p /mnt/storage
27
run chown -R dotnet:dotnet /mnt/storage
28
USER dotnet
29
-ENTRYPOINT [ "dotnet", "Altinn.Broker.dll" ]
+ENTRYPOINT [ "dotnet", "Altinn.Broker.API.dll" ]
0 commit comments