Fix: run pre-commit hooks
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,12 +1,11 @@
|
||||
docker-build-simple:
|
||||
docker build -f Dockerfile.simple -t simple .
|
||||
|
||||
|
||||
docker-simple: docker-build-simple
|
||||
docker run simple sh -c "bopytex -q 2 tpl_example.tex && cat 1_example.tex"
|
||||
|
||||
docker-build-usecase:
|
||||
docker build -f Dockerfile.usecase -t usecase .
|
||||
|
||||
|
||||
docker-usecase: docker-build-usecase
|
||||
docker run usecase sh -c "bopytex -s students.csv tpl_example.tex && cat 1_example.tex"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user