docker: install

Update docker info
This commit is contained in:
2025-10-08 21:13:17 -04:00
parent 205fa5f3a1
commit f3b91ac1d7
3 changed files with 4 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ COPY data/data.db /data/data.db
RUN mkdir /var/www/html/var/cache
RUN mkdir /var/www/html/var/log
RUN symfony console asset-map:compile
#RUN symfony console asset-map:compile
RUN chown -R 33:33 /var/www/html /data
RUN chmod -R 755 /var/www/html /data