missed Dockerfile

This commit is contained in:
Tiago Sousa 2023-12-07 20:54:31 +00:00
parent e5ef964dc6
commit a2d2f7475e

View file

@ -35,5 +35,5 @@ RUN npm install
RUN npm run build RUN npm run build
#Open on port 8000 to all addresses #Open on port 8000 to all addresses
ENTRYPOINT php artisan migrate; php artisan serve --port=8000 --host=0.0.0.0 ENTRYPOINT php artisan serve --port=8000 --host=0.0.0.0
EXPOSE 8000 EXPOSE 8000