Skip to content

Commit

Permalink
Add docker build script
Browse files Browse the repository at this point in the history
  • Loading branch information
leannep authored and womullan committed Dec 15, 2022
1 parent 1f7695a commit 2b29f84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
docker run --rm -v `pwd`:/build -w /build lsstsqre/lsst-texmf:latest sh -c 'make clean; make'

0 comments on commit 2b29f84

Please sign in to comment.