mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
Docker: remove migration instruction
This commit is contained in:
@ -36,7 +36,6 @@ COPY . /app
|
|||||||
COPY --from=composer /app/vendor /app/vendor
|
COPY --from=composer /app/vendor /app/vendor
|
||||||
|
|
||||||
RUN touch database/database.sqlite && \
|
RUN touch database/database.sqlite && \
|
||||||
php artisan migrate && \
|
|
||||||
php artisan config:cache && \
|
php artisan config:cache && \
|
||||||
php artisan passport:install && \
|
php artisan passport:install && \
|
||||||
php artisan key:generate && \
|
php artisan key:generate && \
|
||||||
|
|||||||
Reference in New Issue
Block a user