missed Dockerfile
This commit is contained in:
parent
e5ef964dc6
commit
a2d2f7475e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue