Create release docker image

This commit is contained in:
2024-05-06 21:27:07 +02:00
parent d63d3ecebc
commit 1c0ba90b8e
8 changed files with 171 additions and 4 deletions

View File

@ -0,0 +1,9 @@
FROM debian:bookworm-slim
RUN apt-get update \
&& apt-get install -y libcurl4 \
&& rm -rf /var/lib/apt/lists/*
COPY remote_backend /usr/local/bin/remote_backend
ENTRYPOINT /usr/local/bin/remote_backend