From b5beb7f8afd5bc2b1ba07748b86ff11caecff693 Mon Sep 17 00:00:00 2001 From: "Gui.H" <740360381@qq.com> Date: Tue, 27 Apr 2021 15:02:17 +0800 Subject: [PATCH] edit Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a665c75..eb1fb45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,5 @@ RUN dotnet publish "FastTunnel.Server.csproj" -c Release -o /app/publish FROM base AS final WORKDIR /app COPY --from=publish /app/publish . +COPY --from=publish /app/publish/config /config ENTRYPOINT ["dotnet", "FastTunnel.Server.dll"] \ No newline at end of file