Skip to content

Commit

Permalink
Merge pull request #26 from davaoio/wf-18-no-more-artisan
Browse files Browse the repository at this point in the history
Removing all php artisan references. #18
  • Loading branch information
Will Fong authored Nov 18, 2019
2 parents 9383f0c + 368e8c9 commit d7e25cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ RUN php -r "if (hash_file('sha384', 'composer-setup.php') === 'a5c698ffe4b8e849a
RUN php composer-setup.php --install-dir=/usr/local/bin --filename=composer

RUN composer install
RUN php artisan key:generate
RUN php artisan jwt:secret

EXPOSE 80

Expand Down

0 comments on commit d7e25cb

Please sign in to comment.