xiaoju-survey/docker-run.sh
2024-05-20 20:20:48 +08:00

9 lines
135 B
Bash

#! /bin/bash
# 启动nginx
echo 'nginx start'
nginx -g 'daemon on;'
# 启动后端服务
cd /xiaoju-survey/server
npm run start:prod