Spaces:
Sleeping
Sleeping
Commit
·
9382a64
1
Parent(s):
997d27e
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -50,4 +50,4 @@ RUN chown -R www-data:www-data /app/storage && \
|
|
50 |
EXPOSE 7860
|
51 |
|
52 |
# Run the script when the container starts
|
53 |
-
CMD ["sh", "-c", "php artisan serve --host=0.0.0.0 --port=7860
|
|
|
50 |
EXPOSE 7860
|
51 |
|
52 |
# Run the script when the container starts
|
53 |
+
CMD ["sh", "-c", "php artisan serve --host=0.0.0.0 --port=7860"]
|