mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-09-02 11:24:03 +00:00
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:
+1
-1
@@ -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
|
||||
Reference in New Issue
Block a user