diff --git a/Dockerfile b/Dockerfile index efaf307..f65db60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,4 +31,4 @@ RUN chown www-data:www-data /app -R RUN chmod -R 777 uploads/ data/ EXPOSE 80 -CMD scripts/start \ No newline at end of file +CMD src/commands/start \ No newline at end of file