added vendor to dockerignore

added doctrine for renaming database column
changed email to phone number
added confirm_password upon signup
This commit is contained in:
jack
2018-04-25 17:44:18 +08:00
parent 737c7da54f
commit b166712039
17 changed files with 720 additions and 26 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
RUN docker-php-ext-install pdo pdo_mysql
WORKDIR /app
COPY . /app
RUN composer install
RUN composer update
CMD php artisan serve --host=0.0.0.0 --port=8000
EXPOSE 8000