diff --git a/dockerfile b/dockerfile index a3c4f0d..6f85541 100644 --- a/dockerfile +++ b/dockerfile @@ -24,4 +24,4 @@ COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh EXPOSE 5000 -ENTRYPOINT ["/entrypoint.sh \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file