COPY Path Work

This commit is contained in:
Mike Holloway 2024-08-19 17:21:18 -04:00
parent 9f2d4f3a72
commit cc854e6f3a

View File

@ -1,7 +1,7 @@
FROM wordpress:6.6.1-php8.2-apache
COPY ./fullchain.pem /etc/ssl/certs/
COPY ./privkey.pem /etc/ssl/private/
COPY fullchain.pem /etc/ssl/certs/
COPY privkey.pem /etc/ssl/private/
RUN set -eux; \
a2enmod ssl; \