1
0
Fork 0
mirror of synced 2024-05-01 11:13:27 +12:00
FiraCode/script/build_docker.sh
2021-11-29 15:13:54 +01:00

8 lines
194 B
Bash
Executable file

#!/bin/bash
set -o errexit -o nounset -o pipefail
cd "`dirname $0`/.."
docker build -t tonsky/firacode .
PWD=`pwd`
docker run --rm -v $PWD:/opt/FiraCode tonsky/firacode ./FiraCode/script/build