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