3 lines
89 B
Bash
Executable File
3 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
yarn install --frozen-lockfile && yarn build
|
|
docker build -t luncher-server . |