mirror of
https://github.com/fleetbase/fleetbase.git
synced 2025-12-19 22:27:22 +00:00
latest
This commit is contained in:
@@ -31,7 +31,7 @@ COPY docker/composer-install.sh ./
|
||||
RUN chmod +x ./composer-install.sh && ./composer-install.sh
|
||||
|
||||
# WORKDIR /var/www/html
|
||||
# COPY packages ./
|
||||
# COPY . .
|
||||
|
||||
WORKDIR /var/www/html/api
|
||||
RUN chown www-data:www-data /var/www/html
|
||||
@@ -40,9 +40,9 @@ USER www-data
|
||||
RUN mkdir -p ./storage/logs/ && ln -sf /dev/stdout ./storage/logs/laravel.log
|
||||
# copy these first to not reinstall everything on a random file change
|
||||
# COPY api/composer.json api/composer.lock ./
|
||||
# RUN composer install --no-dev --no-scripts --no-autoloader
|
||||
# COPY --chown=www-data:nogroup . ./
|
||||
# RUN composer dumpautoload
|
||||
RUN composer install --no-dev --no-scripts --no-autoloader
|
||||
COPY --chown=www-data:nogroup . ./
|
||||
RUN composer dumpautoload
|
||||
|
||||
USER root
|
||||
|
||||
|
||||
Submodule packages/core-api updated: a460ade220...9cc80cad12
Submodule packages/ember-core updated: 701b151324...54d9dc07b5
Submodule packages/ember-ui updated: a9e022c380...9f765644fb
Submodule packages/fleetops-api updated: f8e0f6a3e7...980bbffc88
Submodule packages/fleetops-engine updated: f0bdf3f9f6...487c533709
Reference in New Issue
Block a user