lucianotonet commited on
Commit
9382a64
·
1 Parent(s): 997d27e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 & tail -f /dev/null"]
 
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"]