run dos2unix on runit files just incase a windows user commits a broken commit.
This commit is contained in:
parent
965be946b3
commit
da96b69178
1 changed files with 2 additions and 0 deletions
|
|
@ -137,6 +137,8 @@ RUN apt-get -qq update && \
|
|||
mv /conf/logs-nginx-access.runit /etc/service/logs-nginx-access/run && \
|
||||
mv /conf/logs-nginx-error.runit /etc/service/logs-nginx-error/run && \
|
||||
mv /conf/logs-phpfpm-error.runit /etc/service/logs-phpfpm-error/run && \
|
||||
# Make sure all our new services are using unix line endings
|
||||
dos2unix /etc/service/*/run && \
|
||||
# Make sure all our new services are executable
|
||||
chmod +x /etc/service/*/run && \
|
||||
# Cleanup the /conf dir
|
||||
|
|
|
|||
Loading…
Reference in a new issue