statistics docker dir cleanup

This commit is contained in:
2025-03-31 16:04:19 +03:00
parent 2dc2287379
commit 9f7196d146
4214 changed files with 11294 additions and 1025945 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ RUN curl -sS https://getcomposer.org/installer | \
WORKDIR /app
# install composer dependencies
COPY . .
COPY . /app
RUN composer install