зеркало из
https://github.com/M82-project/Bibliography.git
synced 2025-10-29 21:16:11 +02:00
* 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
12 строки
167 B
Docker
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
|
|
|
|
|