fix: nginx image path library/nginx:alpine → nginx:alpine on production
Build and Deploy to Production / build-and-deploy (push) Successful in 7m20s

This commit is contained in:
masoodafar-web
2026-02-17 02:09:03 +03:30
parent 44fd5f29d9
commit 743403e4d4
+1 -1
View File
@@ -16,7 +16,7 @@ WORKDIR "/src/BackOffice"
RUN dotnet publish "BackOffice.csproj" -c Release -o /app/publish
# Runtime stage - nginx for Blazor WebAssembly
FROM 194.5.195.53:32082/library/nginx:alpine AS final
FROM 194.5.195.53:32082/nginx:alpine AS final
WORKDIR /usr/share/nginx/html
# Remove default nginx files