xiaoju-survey/docker-run.sh

7 lines
115 B
Bash
Raw Normal View History

2023-11-02 12:12:37 +00:00
#! /bin/bash
# 启动nginx
nginx -g 'daemon on;'
# 启动后端服务
2023-11-02 12:12:37 +00:00
cd /xiaoju-survey/server
2024-01-30 14:19:45 +00:00
npm run start:prod