From c537bad4f643831dede61ce6d7aeb0c5190c6461 Mon Sep 17 00:00:00 2001 From: pengdaqian Date: Sun, 20 Nov 2022 20:38:01 +0800 Subject: [PATCH] add more --- Dockerfile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..0140852 --- /dev/null +++ b/Dockerfile @@ -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 \ No newline at end of file