Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
boogiedk committed Dec 11, 2023
1 parent 3052525 commit 306eb40
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 @@ -16,5 +16,5 @@ RUN dotnet publish "SerfBot.fsproj" -c Release -o /app/publish
FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .
COPY /home/SerfBot/appsettings.json ./appsettings.json
COPY /home/root/appsettings.json ./appsettings.json
ENTRYPOINT ["dotnet", "SerfBot.dll"]

0 comments on commit 306eb40

Please sign in to comment.