feat: first glance at the front and back end
This commit is contained in:
5
front/nginx/start.sh
Normal file
5
front/nginx/start.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
# Exit immediately if a command exits with a non-zero status
|
||||
set -e
|
||||
# Start nginx
|
||||
nginx -g "daemon off;"
|
Reference in New Issue
Block a user