edit Dockerfile

This commit is contained in:
Gui.H 2021-04-27 15:13:57 +08:00
parent b5beb7f8af
commit 7b9e7ac342

View File

@ -20,5 +20,4 @@ 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"]