Skip to content

Commit e2aa956

Browse files
committed
Update Dockerfile
1 parent 829f424 commit e2aa956

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ RUN npm run build:prod
3030
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS final
3131
WORKDIR /app
3232

33+
# Label required by Kamal, must match config/deploy.yml service (techstacks-io)
34+
LABEL service="techstacks-io"
35+
3336
ARG SERVICESTACK_LICENSE
3437

3538
# Install Node.js and bash for the entrypoint script

0 commit comments

Comments
 (0)