Add basic GitHub Action
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM alpine:3.19
|
||||
|
||||
RUN apk add --no-cache --upgrade \
|
||||
texlive-full
|
||||
|
||||
ADD build.sh /
|
||||
RUN chmod +x /compile.sh
|
||||
|
||||
ENTRYPOINT ["/compile.sh"]
|
||||
Reference in New Issue
Block a user