feat: add global proxy config upgrade: upgrade front(angular) to 19 chore: deployment staff 1. Dockerfile: build frontend, backend, and run in nginx base image
8 lines
91 B
Bash
Executable File
8 lines
91 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# start nginx
|
|
nginx -c /etc/nginx/nginx.conf
|
|
|
|
echo "args = $@"
|
|
|
|
/app/server "$@" |