init
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
# Dockerfile
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache curl bash dcron
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY warm.sh /app/warm.sh
|
||||
RUN chmod +x /app/warm.sh
|
||||
|
||||
CMD ["sh", "/app/warm.sh"]
|
||||
Reference in New Issue
Block a user