Another change
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

This commit is contained in:
Cameron Cordes
2020-04-20 16:01:01 -04:00
parent 2c94692e26
commit e735edcbf2

View File

@@ -1,4 +1,5 @@
docker build -t homepage:build .
rm -r output
mkdir output
docker run -it --rm -v $(pwd):/app -v $(pwd)/output:/app/dist homepage:build