Skip to content

Commit

Permalink
h
Browse files Browse the repository at this point in the history
  • Loading branch information
lillian committed Mar 26, 2024
1 parent 2dca908 commit 2c23dec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/wordpress/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2c23dec

Please sign in to comment.