Skip to content

Commit

Permalink
dockerfile: fix csproj path
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisa committed Dec 25, 2024
1 parent f49b66c commit 26d03ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN dotnet restore

# Copy everything else and build
COPY src ./
RUN dotnet publish src/Lykos.csproj -c Release --property:PublishDir=$PWD/out
RUN dotnet publish Lykos.csproj -c Release --property:PublishDir=$PWD/out

# Build runtime image
FROM mcr.microsoft.com/dotnet/runtime:9.0.0-alpine3.20
Expand Down

0 comments on commit 26d03ed

Please sign in to comment.