app data
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Elias Jansson
2026-01-24 15:07:09 +01:00
parent 313c4d6c60
commit 1e16dc5f18

View File

@@ -16,7 +16,7 @@ WORKDIR /app
EXPOSE 80 EXPOSE 80
EXPOSE 443 EXPOSE 443
VOLUME /app VOLUME /app/data
# Byggimage med SDK # Byggimage med SDK
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build