updated build
This commit is contained in:
parent
c6c3626d61
commit
b7b3e115f7
5 changed files with 99 additions and 100 deletions
6
docker/entrypoint.sh
Normal file
6
docker/entrypoint.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
ROOT_DIR=/app
|
||||
|
||||
echo "Starting Nginx"
|
||||
nginx -g 'daemon off;'
|
||||
Loading…
Add table
Add a link
Reference in a new issue