Skip to content

Commit

Permalink
Dockerfile for building
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvorhack committed Sep 13, 2023
1 parent 9c7541c commit 4db6dda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ deploy: default archive clean
mv latex-rapport-UTT.zip deploy/
@echo "Deployment completed."

docker:
docker build -t scributt .
docker run --rm -v .:/home scributt make -C /home

cleanall:
@echo "Cleaning ALL ..."
latexmk -C -bibtex
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Merci de faire parvenir via une pull-request ou en envoyant un message privé le
### Linux

```bash
sudo apt update && sudo apt install texlive texlive-science texlive-latex-extra latexm texlive-lang-french texlive-bibtex-extra biber -y
sudo apt update && sudo apt install texlive texlive-science texlive-latex-extra latexmk texlive-lang-french texlive-bibtex-extra biber -y
```

#### openSUSE
Expand Down
Binary file modified rapportUTT.pdf
Binary file not shown.

0 comments on commit 4db6dda

Please sign in to comment.