Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
boogiedk committed Dec 11, 2023
1 parent c48bb78 commit 546a246
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ RUN dotnet publish "SerfBot.fsproj" -c Release -o /app/publish
FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .
COPY ./home/root/appsettings.json /app/appsettings.json
RUN ls -l /home/
RUN ls -l /home/root/appsettings.json
COPY /home/root/appsettings.json /app/appsettings.json
ENTRYPOINT ["dotnet", "SerfBot.dll"]

0 comments on commit 546a246

Please # to comment.