Docker: remove migration instruction

This commit is contained in:
Birkhoff Lee
2019-12-04 18:31:06 +08:00
parent e539bb501d
commit 0c71356f59

View File

@ -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 && \