We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 829f424 commit e2aa956Copy full SHA for e2aa956
1 file changed
Dockerfile
@@ -30,6 +30,9 @@ RUN npm run build:prod
30
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS final
31
WORKDIR /app
32
33
+# Label required by Kamal, must match config/deploy.yml service (techstacks-io)
34
+LABEL service="techstacks-io"
35
+
36
ARG SERVICESTACK_LICENSE
37
38
# Install Node.js and bash for the entrypoint script
0 commit comments