mirror of
https://github.com/joyieldInc/predixy.git
synced 2025-12-24 22:46:41 +08:00
Merge b757edb1e7 into c15f54e274
This commit is contained in:
commit
a6aafd143e
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
FROM gcc:11 AS builder
|
||||||
|
|
||||||
|
WORKDIR /opt/
|
||||||
|
ADD / .
|
||||||
|
RUN make
|
||||||
|
|
||||||
|
|
||||||
|
FROM debian:bullseye-slim
|
||||||
|
|
||||||
|
COPY --from=builder /opt/src/predixy /bin/
|
||||||
|
COPY /conf/* /etc/predixy/
|
||||||
|
ENTRYPOINT ["predixy"]
|
||||||
|
CMD ["/etc/predixy/predixy.conf"]
|
||||||
Loading…
Reference in New Issue
Block a user