mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-08 10:59:31 +08:00
edit Dockerfile
This commit is contained in:
parent
0647e5d4fb
commit
b5beb7f8af
|
@ -20,4 +20,5 @@ RUN dotnet publish "FastTunnel.Server.csproj" -c Release -o /app/publish
|
||||||
FROM base AS final
|
FROM base AS final
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=publish /app/publish .
|
COPY --from=publish /app/publish .
|
||||||
|
COPY --from=publish /app/publish/config /config
|
||||||
ENTRYPOINT ["dotnet", "FastTunnel.Server.dll"]
|
ENTRYPOINT ["dotnet", "FastTunnel.Server.dll"]
|
Loading…
Reference in New Issue
Block a user