mirror of
https://github.com/SoDOff-Project/sodoff-mmo.git
synced 2025-10-11 08:18:49 -07:00
quick fix to `Dockerfile
`
This commit is contained in:
parent
1566949913
commit
d9f0052dce
@ -9,9 +9,9 @@ COPY . .
|
||||
RUN dotnet build -c Release -o /app
|
||||
|
||||
# Create clean run environment (without source and sdk)
|
||||
# FROM mcr.microsoft.com/dotnet/runtime:6.0 AS base
|
||||
# WORKDIR /app
|
||||
# COPY --from=build /app .
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base
|
||||
WORKDIR /app
|
||||
COPY --from=build /app .
|
||||
|
||||
# Run the application
|
||||
WORKDIR /app
|
||||
|
Loading…
x
Reference in New Issue
Block a user