COPY Path Work
This commit is contained in:
parent
9f2d4f3a72
commit
cc854e6f3a
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user