extract config to external files
Some checks failed
Check indentation / build (push) Has been cancelled
Continuous testing / build (push) Has been cancelled
Some checks failed
Check indentation / build (push) Has been cancelled
Continuous testing / build (push) Has been cancelled
This commit is contained in:
@@ -2,6 +2,7 @@ FROM docker.io/alpine:latest
|
||||
|
||||
COPY ./zmp24 /usr/bin/zmp24
|
||||
COPY ./run.sh /run.sh
|
||||
RUN apk update && apk add gcompat && mkdir /data
|
||||
RUN apk update && apk add gcompat && mkdir /data && mkdir /default
|
||||
COPY ./config.toml /default/config.toml
|
||||
|
||||
CMD [ "/run.sh" ]
|
||||
|
Reference in New Issue
Block a user