add docker build files
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user