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