docker run test

This commit is contained in:
brianling 2024-04-12 22:11:22 +08:00
parent 4881bc1f78
commit cf0763380c

4
run
View File

@ -1,6 +1,6 @@
#!/bin/bash
yarn
yarn build
cp dockerfile ./output/
cp .env.docker ./output/server/.env
cp dockerfile ./.output/
cp .env.docker ./.output/server/.env
docker-compose up -d