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 7fd327f commit b032b19Copy full SHA for b032b19
bin/docker-build
@@ -14,7 +14,7 @@ PHP_TAG="${DOCKER_PHP_TAG}"
14
15
if ! [[ -f "${PWD}/.dockerignore" ]]; then
16
echo "Missing [/.dockerignore], copying to [${PWD}/.dockerignore]";
17
- cp "${PACKAGE}/docker/.dockerignore" "${PWD}/.dockerignore"
+ cp "${PACKAGE}/resources/templates/.dockerignore" "${PWD}/.dockerignore"
18
fi
19
20
docker build \
@@ -25,4 +25,4 @@ docker build \
25
26
--tag "${PHP_TAG}" \
27
--file "${PWD}/.docker/php.dockerfile" \
28
- "${PWD}"
+ "${PWD}"
0 commit comments