Spaces:
Runtime error
Runtime error
Anuj-Panthri
commited on
Commit
•
f136a49
1
Parent(s):
d5cb8fb
updated Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -10,4 +10,5 @@ RUN cp .env.example .env;
|
|
10 |
RUN composer install;
|
11 |
RUN php artisan key:generate;
|
12 |
RUN php artisan migrate --force;
|
13 |
-
|
|
|
|
10 |
RUN composer install;
|
11 |
RUN php artisan key:generate;
|
12 |
RUN php artisan migrate --force;
|
13 |
+
|
14 |
+
CMD php artisan serve --host 0.0.0.0 --port 8000
|