diff --git a/Dockerfile b/Dockerfile index 9eada41..32df4f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ WORKDIR /app COPY . /app RUN composer update ADD start.sh /start.sh -CMD ["/start.sh"] \ No newline at end of file +CMD ["/start.sh"]