#!/bin/bash
cnpm install
cnpm run build
cp dockerfile ./.output/
cp .env.docker ./.output/server/.env
docker-compose up -d