mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-08 02:39:29 +08:00
Update Dockerfile
This commit is contained in:
parent
6440ea03f6
commit
e347b22746
|
@ -23,5 +23,5 @@ WORKDIR /app
|
|||
COPY --from=publish /app/publish/config /vols/config
|
||||
COPY --from=publish /app/publish .
|
||||
COPY ./start.sh .
|
||||
ENTRYPOINT ["/bin/bash","start.sh"]
|
||||
#ENTRYPOINT ["dotnet", "FastTunnel.Server.dll"]
|
||||
ENTRYPOINT ["/bin/bash","./start.sh"]
|
||||
#ENTRYPOINT ["dotnet", "FastTunnel.Server.dll"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user