update
This commit is contained in:
16
Dockerfile
Normal file
16
Dockerfile
Normal file
@@ -0,0 +1,16 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache \
|
||||
pandoc \
|
||||
groff \
|
||||
ghostscript \
|
||||
bash
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY create-pdf.sh ./
|
||||
RUN chmod +x create-pdf.sh
|
||||
|
||||
COPY CV.md ./
|
||||
|
||||
CMD ["./create-pdf.sh"]
|
||||
Reference in New Issue
Block a user