temp favicon, updated scrapper and .env changes

This commit is contained in:
Pablo Ferreiro 2022-08-13 13:09:39 +02:00
parent 574ae51582
commit ebe5941fa2
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
18 changed files with 75 additions and 24 deletions

View file

@ -1,4 +1,4 @@
FROM php:8-apache
FROM php:8.1-apache
WORKDIR /var/www/html
COPY --from=composer /usr/bin/composer /usr/bin/composer
RUN apt update -y && apt upgrade -y \