updated build

This commit is contained in:
Warunee Tamkoo 2024-12-03 17:11:24 +07:00
parent c6c3626d61
commit b7b3e115f7
5 changed files with 99 additions and 100 deletions

6
docker/entrypoint.sh Normal file
View file

@ -0,0 +1,6 @@
#!/bin/sh
ROOT_DIR=/app
echo "Starting Nginx"
nginx -g 'daemon off;'