diff --git a/jikan/Dockerfile b/jikan/Dockerfile index 171b23a..6d1272e 100755 --- a/jikan/Dockerfile +++ b/jikan/Dockerfile @@ -14,7 +14,6 @@ RUN apt-get update && apt-get install -y \ && composer install --prefer-dist --no-progress --no-suggest --classmap-authoritative --no-interaction \ && composer update jikan-me/jikan - ADD .env /run-jikan.sh ./ ENTRYPOINT ["./run-jikan.sh"] \ No newline at end of file