mirror of
https://github.com/joyieldInc/predixy.git
synced 2025-12-24 22:46:41 +08:00
add more
This commit is contained in:
parent
7087f6a8cf
commit
c537bad4f6
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM alpine
|
||||
|
||||
COPY output/conf /app/conf
|
||||
COPY output/predixy /app/predixy
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# RUN cat /configs/default.toml
|
||||
CMD ./prefixy conf/predixy.conf
|
||||
Loading…
Reference in New Issue
Block a user