diff --git a/Dockerfile b/Dockerfile index 7a98da958..1262a6f17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,4 +29,4 @@ RUN chmod +x /app/entrypoint.sh RUN sed -i 's/\r$//' /app/entrypoint.sh -# ENTRYPOINT ["/app/entrypoint.sh"] +ENTRYPOINT ["/app/entrypoint.sh"]