setup docker

This commit is contained in:
yuriko 🦊 2025-05-21 18:12:53 -04:00
parent 1488b61fc1
commit 601a42c4a1
Signed by: jaiden
SSH key fingerprint: SHA256:f8tvveBoXBrKZIQDWLLcpQrKbATUCGg98x2N4YzkDM8
2 changed files with 11 additions and 4 deletions

View file

@ -26,6 +26,7 @@ COPY docker-entrypoint.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
COPY . /var/www/html
COPY .env.example /var/www/html/.env
RUN composer install --optimize-autoloader --no-dev
RUN npm install && npm run build