mirror of
https://github.com/SoDOff-Project/sodoff-mmo.git
synced 2025-11-27 04:26:51 -08:00
explicitely ensure the web sdk is installed
This commit is contained in:
parent
d73fd78472
commit
4dad639c12
@ -5,6 +5,9 @@ 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