* change to dev
* add borg repo maintenace env and update build script
This commit is contained in:
2022-06-30 22:01:55 +02:00
committed by GitHub
parent 3e113abb9e
commit 0cfb5f5b75
3 changed files with 29 additions and 7 deletions
+3 -1
View File
@@ -1,12 +1,14 @@
FROM alpine:latest
FROM alpine:edge
ENV USER=borg
ENV UID=1000
ENV GID=1000
ENV MAINTENANCE_ENABLE="false"
# Add Folders and Shell Scripts
RUN mkdir "/.ssh"
VOLUME ["/backups"]
VOLUME ["/logs"]
COPY motd.txt /etc/motd
COPY entrypoint.sh /