Merge pull request 'Fixed docker image typo' (#3) from test into main
Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
|
||||
FROM mcr.microsoft.com/dotnet/sdk:80 AS base
|
||||
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS base
|
||||
|
||||
USER app
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user