Sebastien Larinier a9a4842997
All bib test (#52)
* update

* update

* test

* Update Septembre_2023.bib

* last test

* update

* update build

* update

* update

* Update docker-image.yml

* Update Dockerfile

* Update Dockerfile

* Update docker-image.yml

* update

* Update Dockerfile

* update

* update

* Update check.sh

* Update docker-image.yml
2023-12-29 12:33:51 +01:00

12 строки
167 B
Docker

# Utiliser l'image Pandoc officielle comme base
FROM pandoc/latex:latest-ubuntu
ADD . /data
WORKDIR /data
RUN chmod +x check.sh
# Définir le script d'entrypoint