fix: compatibility with trmnl simulator

This commit is contained in:
Benjamin Nussbaum 2025-03-04 18:01:47 +01:00
parent e6a2bdb3bc
commit 1983197c98
4 changed files with 32 additions and 8 deletions

View file

@ -44,7 +44,7 @@ COPY --chown=www-data:www-data . .
COPY --chown=www-data:www-data ./.env.example ./.env
# Install application dependencies
RUN composer install --no-dev --optimize-autoloader --no-interaction
RUN composer install --no-interaction --prefer-dist --optimize-autoloader
RUN npm install && npm run build
# Copy configuration files