add docker build files

This commit is contained in:
2024-10-19 02:33:10 +05:00
parent b225ceaae6
commit 32e0f50765
3 changed files with 29 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
FROM debian:bullseye-slim
RUN apt-get update && apt-get install -y curl && apt-get clean && rm -rf /var/lib/apt/lists/*
WORKDIR /app
COPY keepalive.sh .
RUN chmod +x keepalive.sh
CMD /app/keepalive.sh