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
|
RUN dotnet build -c Release -o /app
|
||||||
|
|
||||||
# Create clean run environment (without source and sdk)
|
# Create clean run environment (without source and sdk)
|
||||||
# FROM mcr.microsoft.com/dotnet/runtime:6.0 AS base
|
FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base
|
||||||
# WORKDIR /app
|
WORKDIR /app
|
||||||
# COPY --from=build /app .
|
COPY --from=build /app .
|
||||||
|
|
||||||
# Run the application
|
# Run the application
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user