curl -L https://fly.io/install.sh | sh
# and add the following to ~/.bashrc
export FLYCTL_INSTALL="/home/dave/.fly"
export PATH="$FLYCTL_INSTALL/bin:$PATH"
pnpm run docker
pnpm run dev
pnpm run db:generate
pnpm run db:migrate
pnpm run db:seed
does first DB installation from a seed of sample data
Run from root of repository
pnpm run docker:build:server
pnpm run docker:build:client
Run from corres 623B ponding apps/* folder
fly secrets import < production.env
fly deploy --local-only
docker run --interactive --tty --entrypoint /bin/sh [imagename]