Fix Dockerfile: Remove --no-build flag from publish stage
This commit is contained in:
@@ -40,7 +40,6 @@ RUN dotnet publish "LittleShop.csproj" \
|
||||
-c Release \
|
||||
-o /app/publish \
|
||||
--no-restore \
|
||||
--no-build \
|
||||
--runtime linux-x64 \
|
||||
--self-contained false \
|
||||
/p:PublishTrimmed=false \
|
||||
|
||||
Reference in New Issue
Block a user