Create release docker image
This commit is contained in:
9
remote_backend/Dockerfile
Normal file
9
remote_backend/Dockerfile
Normal 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
|
Reference in New Issue
Block a user