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