Add .gitlab-ci.yml
This commit is contained in:
13
Dockerfile.ci
Normal file
13
Dockerfile.ci
Normal file
@ -0,0 +1,13 @@
|
||||
FROM alpine:latest
|
||||
|
||||
ENV UID=1337 \
|
||||
GID=1337
|
||||
|
||||
RUN apk add --no-cache su-exec ca-certificates
|
||||
|
||||
COPY ./mautrix-whatsapp /usr/bin/mautrix-whatsapp
|
||||
COPY ./example-config.yaml /opt/mautrix-whatsapp/example-config.yaml
|
||||
COPY ./docker-run.sh /docker-run.sh
|
||||
VOLUME /data
|
||||
|
||||
CMD ["/docker-run.sh"]
|
Reference in New Issue
Block a user