Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

Commit

Permalink
goofed
Browse files Browse the repository at this point in the history
  • Loading branch information
regulad committed Apr 12, 2021
1 parent 6a1bfef commit ad7fb5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ ENV QUIET=false

# Copy & setup config
RUN mkdir -p /etc/dynuiuc/
COPY ./dynuiuc-template.conf /etc/dynuiuc/dynuiuc-template.conf
RUN envsubst < /etc/dynuiuc/dynuiuc.conf > /etc/dynuiuc/dynuiuc.conf
COPY ./dynuiuc.conf dynuiuc-template.conf
RUN envsubst < /etc/dynuiuc/dynuiuc-template.conf > /etc/dynuiuc/dynuiuc.conf

# Create log & Send to docker
RUN touch /var/log/dynuiuc.log
Expand Down

0 comments on commit ad7fb5b

Please sign in to comment.