Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lillian committed Mar 1, 2024
1 parent a633162 commit 06bb935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/wordpress/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ RUN (cd wordpress/wp-content/plugins && wget -O - https://downloads.wordpress.or
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 twentytwentythree twentytwentytwo)
RUN (cd wordpress/wp-content/themes && rm -r twentytwentythree twentytwentytwo)

COPY config.json /app/config.json

0 comments on commit 06bb935

Please sign in to comment.