diff --git a/Dockerfile.drone b/Dockerfile.drone index 06d277e..a2abfbb 100644 --- a/Dockerfile.drone +++ b/Dockerfile.drone @@ -5,4 +5,4 @@ COPY ./bin/server /www/wwwroot/recook_v2/recook_v2 COPY ./credentials /www/wwwroot/recook_v2/credentials COPY ./qr_resource /www/wwwroot/recook_v2/qr_resource WORKDIR /www/wwwroot/recook_v2 -ENTRYPOINT ["/www/wwwroot/recook_v2"] \ No newline at end of file +ENTRYPOINT ["/www/wwwroot/recook_v2/recook_v2"] \ No newline at end of file