Skip to content

Commit

Permalink
added docker-compose compile option
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashoechst committed Sep 29, 2018
1 parent af88a63 commit 6797101
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM ubuntu:bionic
LABEL maintainer="[email protected]"
LABEL description="A docker image for build the Pfadiralala IV VCP Kurhessen (german scouts) songbook."
LABEL version="1.0"

ENV DEBIAN_FRONTEND noninteractive

Expand All @@ -14,3 +17,6 @@ RUN apt-get update \
ghostscript \
make \
&& apt-get clean

RUN mkdir /PfadiralalaIV
WORKDIR /PfadiralalaIV
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: '3'
services:
latex:
build: Tools/
volumes:
- .:/PfadiralalaIV
command: "make"

0 comments on commit 6797101

Please sign in to comment.