This website requires JavaScript.
Explore
Help
Sign In
zhouyonggao
/
MarketingSystemDataTool
Watch
1
Star
0
Fork
You've already forked MarketingSystemDataTool
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7d9d1aa7a6
MarketingSystemDataTool
/
scripts
/
deploy.sh
5 lines
82 B
Bash
Raw
Blame
History
#!/usr/bin/env sh
set
-e
ENV
=
${
1
:-
prod
}
APP_ENV
=
$ENV
docker compose up -d --build
Reference in New Issue
View Git Blame
Copy Permalink