mirror of
https://github.com/SoDOff-Project/sodoff-mmo.git
synced 2025-10-11 08:18:49 -07:00
remove explicit install
This commit is contained in:
parent
4910aee730
commit
15d21a7aa5
@ -5,9 +5,6 @@ WORKDIR /src
|
||||
# Copy the source code
|
||||
COPY . .
|
||||
|
||||
# Explicitely Install Web SDK
|
||||
RUN dotnet add-global package Microsoft.NET.Sdk.Web
|
||||
|
||||
# Restore Project
|
||||
RUN dotnet build -c Release -o /app
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user