rorenv/backup/Dockerfile

7 lines
121 B
Docker
Raw Normal View History

2023-05-05 12:44:29 +09:00
FROM alpine:latest
ADD entrypoint.sh /
ADD backup.sh /
ADD restore.sh /
ENTRYPOINT ["/entrypoint.sh"]
RUN apk add tzdata