Luncher/server/build.sh
2023-06-01 23:05:51 +02:00

3 lines
89 B
Bash
Executable File

#!/bin/bash
yarn install --frozen-lockfile && yarn build
docker build -t luncher-server .