diff --git a/Dockerfile b/Dockerfile index 405e8fd..52742e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +ENTRYPOINT ["/bin/bash","./start.sh"] +#ENTRYPOINT ["dotnet", "FastTunnel.Server.dll"]