We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc2c41 commit 0470b68Copy full SHA for 0470b68
boilerplate-tooling/docker-compose.yml
@@ -51,7 +51,7 @@ services:
51
# Image from: https://hub.docker.com/r/ideasonpurpose/docker-build
52
tools:
53
# image: ideasonpurpose/docker-build:dev
54
- image: ideasonpurpose/docker-build:0.11.1
+ image: ideasonpurpose/docker-build:0.11.3
55
user: "${UID:-1000}:${GID:-1000}"
56
depends_on:
57
- wordpress
src/default.config.js
@@ -1,5 +1,5 @@
1
const pkg = require("./package.json");
2
-const themeName = process.env.NAME || pkg.name || "ioptheme";
+const themeName = pkg.name || "ioptheme";
3
4
module.exports = {
5
src: `./wp-content/themes/${themeName}/src`,
0 commit comments