Fix Dockerfile: Remove --no-build flag from publish stage
This commit is contained in:
parent
6b9902daf4
commit
af45d7c955
@ -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 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user