diff --git a/.beagle/dockerfile b/.beagle/dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..798acf38a81161effca1ff0b7cbf6f30ab73164f --- /dev/null +++ b/.beagle/dockerfile @@ -0,0 +1,13 @@ +ARG BASE + +FROM $BASE + +ARG AUTHOR +ARG VERSION +LABEL maintainer=${AUTHOR} version=${VERSION} + +ARG TARGETOS +ARG TARGETARCH + +ADD ./dist /www +ADD ./build/conf.yaml /www/conf.yaml \ No newline at end of file