Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sim0n00ps committed Jun 30, 2024
1 parent 4c887ef commit df643b8
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 @@ -9,7 +9,7 @@ COPY ["OF DL", "/src/OF DL"]
WORKDIR "/src"

# Build release
RUN dotnet publish -p Version=$VERSION -c Release -o out
RUN dotnet publish -p:Version=$VERSION -c Release --self-contained true -p:PublishSingleFile=true -o out


FROM mcr.microsoft.com/dotnet/runtime:7.0-jammy
Expand Down

0 comments on commit df643b8

Please sign in to comment.