fix: nginx image path library/nginx:alpine → nginx:alpine on production
Build and Deploy to Production / build-and-deploy (push) Successful in 7m20s
Build and Deploy to Production / build-and-deploy (push) Successful in 7m20s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user