mirror of
https://github.com/casjaysdevdocker/cherokee
synced 2025-01-18 06:34:33 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
23ff9d5fe8
commit
b63c15617b
@ -47,7 +47,7 @@ RUN mkdir -p "/usr/local/share/template-files/config/cherokee/defaults" "/buildr
|
||||
openssl req -new -newkey rsa:4096 -days 365 -nodes -x509 -subj "/C=US/ST=CA/L=CA/O=Cherokee/OU=Cherokee/CN=localhost" -keyout /etc/ssl/key.pem -out /etc/ssl/crt.pem && \
|
||||
ln -sf /usr/local/share/cherokee/bin/* /usr/local/bin/ && \
|
||||
ln -sf /usr/local/share/cherokee/sbin/* /usr/local/bin/ && \
|
||||
cp -Rf "/usr/local/share/cherokee/etc/." "/usr/local/share/template-files/config/cherokee/defaults/"
|
||||
cp -Rf "/usr/local/share/cherokee/etc/." "/usr/local/share/template-files/config/cherokee/defaults/" && \
|
||||
cp -Rf "/usr/local/." "/buildroot/" && \
|
||||
rm -Rf /var/cache/apk/* /tmp/* /var/tmp/* /tmp/build /usr/src/*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user