Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
joemaller committed Mar 12, 2024
1 parent cc9c105 commit 598af42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![Coverage Status](https://coveralls.io/repos/github/ideasonpurpose/docker-build/badge.svg?branch=master)](https://coveralls.io/github/ideasonpurpose/docker-build?branch=master)
[![Maintainability](https://api.codeclimate.com/v1/badges/a6fabc9730a3b90b255c/maintainability)](https://codeclimate.com/github/ideasonpurpose/docker-build/maintainability)

This repository is the source for Docker AutoBuilds. Get the image on DockerHub: [hub.docker.com/r/ideasonpurpose/docker-build](https://hub.docker.com/r/ideasonpurpose/docker-build)
This repository is the source for our local Docker-based WordPress development environment, it can be used for themes and plugins. Get the image on DockerHub: [hub.docker.com/r/ideasonpurpose/docker-build](https://hub.docker.com/r/ideasonpurpose/docker-build)

## Configuration

Expand Down Expand Up @@ -69,7 +69,7 @@ module.exports = {
src: `./wp-content/themes/${pkg.name}/src`,
dist: `./wp-content/themes/${pkg.name}/dist`,
entry: ["./js/main.js", "./js/admin.js", "./js/editor.js"],
publicPath: "/wp-content/themes/my-theme-name/dist/",
publicPath: `/wp-content/themes/${pkg.name}/dist/`,
};
```

Expand Down

0 comments on commit 598af42

Please sign in to comment.