From 2c23dece3210589922b520944df5a18c2698da1a Mon Sep 17 00:00:00 2001 From: lillian Date: Tue, 26 Mar 2024 19:16:24 -0400 Subject: [PATCH] h --- docker/wordpress/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/wordpress/Dockerfile b/docker/wordpress/Dockerfile index bf90937..9693ced 100644 --- a/docker/wordpress/Dockerfile +++ b/docker/wordpress/Dockerfile @@ -22,4 +22,7 @@ RUN rm wordpress/wp-content/plugins/hello.php RUN (cd wordpress/wp-content/themes && git clone https://github.com/hacklabto/pixeled-wordpress-theme pixeled && rm -rf pixeled/.git) RUN (cd wordpress/wp-content/themes && rm -r twentytwentythree twentytwentytwo) +#h +RUN echo "204.225.106.9 hacklab.to" >> /etc/hosts + COPY config.json /app/config.json