Skip to content

Commit

Permalink
feat: remove CONFIG_FILE env
Browse files Browse the repository at this point in the history
  • Loading branch information
NINNiT committed Sep 20, 2024
1 parent 7085cab commit def7c0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deploy/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN apt-get update && apt-get install -y curl borgbackup stunnel ssh && apt-get
RUN mkdir -p /etc/xenbakd
COPY config.toml /etc/xenbakd/config.toml
COPY --from=xe_bin_builder /app/xe /usr/bin/xe
ENV CONFIG_FILE=/etc/xenbakd/config.toml

ENTRYPOINT ["/usr/bin/xenbakd"]
CMD ["--config", "/etc/xenbakd/config.toml", "daemon"]

0 comments on commit def7c0d

Please sign in to comment.