From 5e83acf5bd2693421c9909554723d605b1247cad Mon Sep 17 00:00:00 2001 From: fx Date: Mon, 9 Oct 2023 21:52:06 +0200 Subject: try arm comp and ghcr --- Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Dockerfile (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..969403d --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM --platform=amd64 debian:bullseye-slim + +WORKDIR /usr/local/webol +COPY target/armv7-unknown-linux-gnueabihf/release/webol /usr/local/bin/webol + +EXPOSE 72209 +CMD ["webol"] \ No newline at end of file -- cgit v1.2.3