Skip to content

Commit

Permalink
update wp cli config
Browse files Browse the repository at this point in the history
  • Loading branch information
giade committed Sep 12, 2024
1 parent 6761d17 commit e43a2ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ RUN apt-get clean && rm -rf /var/lib/apt/lists/*
USER web

# Set working directory and ownership for wp-cli cache
WORKDIR /var/www
WORKDIR /var/www/html

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ This Dockerfile sets up a PHP 8.1-FPM environment with various PHP extensions an
To build the Docker image, run the following command:

```bash
docker build -t my-php-app .
docker push jumpgroupit/wordpress-image:tagname

0 comments on commit e43a2ef

Please sign in to comment.