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

Commit

Permalink
chmod 755
Browse files Browse the repository at this point in the history
  • Loading branch information
Go2Engle committed Jan 18, 2021
1 parent 30e8db2 commit a17ea52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ COPY ./dynuiuc-template.conf /etc/dynuiuc/dynuiuc-template.conf

#Copy entrypoint script
COPY ./docker-entrypoint.sh /usr/local/bin/
RUN chmod 755 /usr/local/bin/docker-entrypoint.sh

# log file
RUN touch /var/log/dynuiuc.log
Expand All @@ -29,7 +30,7 @@ ENV IPV6=true
ENV QUIET=false

# Run entrypoint script to replace variables in dynuiuc-template
ENTRYPOINT [ "docker-entrypoint.sh" ]
ENTRYPOINT [ "/usr/local/bin/docker-entrypoint.sh" ]

# Start Dynuiuc with the specified files
CMD /usr/bin/dynuiuc --conf_file /etc/dynuiuc/dynuiuc.conf --log_file /var/log/dynuiuc.log --pid_file /var/run/dynuiuc.pid

0 comments on commit a17ea52

Please sign in to comment.