7 lines
123 B
Bash
Executable File
7 lines
123 B
Bash
Executable File
#!/bin/bash
|
|
cnpm install
|
|
cnpm run build
|
|
cp dockerfile ./.output/
|
|
cp .env.docker ./.output/server/.env
|
|
docker-compose up -d
|