dotnet build -c Release --no-restore
This commit is contained in:
parent
142b969f57
commit
4ede3af5c7
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ RUN dotnet restore
|
|||
COPY . .
|
||||
|
||||
# 5. Compilation globale de la solution
|
||||
RUN dotnet build -c Release
|
||||
RUN dotnet build -c Release --no-restore
|
||||
|
||||
# L'image finale reste sur votre environnement complet
|
||||
EXPOSE 8080
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue