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