Update Dockerfile

This commit is contained in:
Gui.H 2021-07-01 01:04:21 +08:00 committed by GitHub
parent 6440ea03f6
commit e347b22746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]