Skip to content

Commit 7ac53ef

Browse files
committedApr 16, 2023
chore: renamed SRC folder
Rename src folder to wordpress
1 parent d1f0079 commit 7ac53ef

File tree

148 files changed

+5
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+5
-5
lines changed
 

‎.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ box/themes/twenty*/
208208
.docker-sync/
209209
data/**/*
210210

211-
src/wp-config-sample.php
212-
src/readme.html
213-
src/license.txt
211+
wordpress/wp-config-sample.php
212+
wordpress/readme.html
213+
wordpress/license.txt
214214

215215
vendor/**

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN mkdir -p /var/log/apache2/wpapp
1414
RUN chown -R www-data:www-data /var/www/html/wpapp
1515
RUN chown -R www-data:www-data /var/log/apache2/wpapp
1616

17-
COPY src/ /var/www/html/wpapp
17+
COPY wordpress/ /var/www/html/wpapp
1818

1919
RUN a2ensite project
2020
EXPOSE 80

0 commit comments

Comments
 (0)