We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a62a4b commit cf447ddCopy full SHA for cf447dd
Dockerfile
@@ -1,6 +1,6 @@
1
FROM mcr.microsoft.com/dotnet/aspnet:9.0-bookworm-slim AS runtime
2
WORKDIR /app
3
-MAINTAINER team@openshock.org
+LABEL org.opencontainers.image.authors="team@openshock.org"
4
5
EXPOSE 8080
6
ENV OPENSHOCK_DATA_FOLDER=/data
0 commit comments