Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisb86 committed Jan 27, 2023
1 parent 774eb97 commit 131f0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:latest

ENV TZ "UTC"
ENV SCHEDULE "* * * * *"
ENV SCHEDULE="* * * * *"

## Configure runtime variables for nsupdate
ENV NSUPDATE_CONFD_DIR="/config"
Expand Down

0 comments on commit 131f0af

Please sign in to comment.