Skip to content

Commit 5291119

Browse files
committed
apache: copy not add for tar
1 parent a94d1f2 commit 5291119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules.apache-rules.com/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ run cd /etc/rules-ca && bash -c "source vars && ./clean-all && \
1515
yes $'\n' | head -n 4 ; sleep 5s ; echo y; echo y; sleep 5s) | ./build-key-server $HOSTNAME"
1616
run sed -e "s#SSLCertificateFile.*#SSLCertificateFile /etc/rules-ca/keys/$HOSTNAME.crt#" -e "s#SSLCertificateKeyFile.*#SSLCertificateKeyFile /etc/rules-ca/keys/$HOSTNAME.key#" -i /etc/apache2/sites-available/default-ssl.conf
1717
run cp /etc/rules-ca/keys/ca.crt /var/www/html/
18-
add emerging.rules.tar.gz /var/www/html/emerging.rules.tar.gz
18+
copy emerging.rules.tar.gz /var/www/html/emerging.rules.tar.gz
1919
run chmod a+r /var/www/html/emerging.rules.tar.gz
2020
cmd ["bash", "-c", "/etc/init.d/apache2 start && tail -f /var/log/apache2/access.log"]

0 commit comments

Comments
 (0)