1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-04 16:06:26 +03: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