lox/crates/lox-library/build-lox.sh

4 lines
54 B
Bash
Executable File

#!/bin/bash
docker rm lox 2>&1;
docker build -t lox .