Files
Homepage/docker-build.sh
Cameron Cordes e735edcbf2
Some checks failed
Core Repos/Homepage/pipeline/pr-master There was a failure building this commit
Core Repos/Homepage/pipeline/head This commit looks good
Another change
2020-04-20 16:04:36 -04:00

6 lines
137 B
Bash
Executable File

docker build -t homepage:build .
rm -r output
mkdir output
docker run -it --rm -v $(pwd):/app -v $(pwd)/output:/app/dist homepage:build