mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 23:18:10 +00:00
fix: compatibility with trmnl simulator
This commit is contained in:
parent
e6a2bdb3bc
commit
1983197c98
4 changed files with 32 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue