Skip to content

Commit dd31887

Browse files
committed
Removed reference to ${PWD} from compose.yaml.
This isn't necessary - we can just use the current directory as there is a lot of other stuff already doing that. Using `${PWD}` makes using this on Windows more awkward as this environment variable is undefined by default.
1 parent ea7b4a6 commit dd31887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ x-base: &base
44
image: django-docker-box:${PYTHON_IMPLEMENTATION}-${PYTHON_VERSION}
55
build:
66
context: .
7-
dockerfile: ${PWD}/Containerfile
7+
dockerfile: ./Containerfile
88
args:
99
- PYTHON_IMPLEMENTATION=${PYTHON_IMPLEMENTATION}
1010
- PYTHON_VERSION=${PYTHON_VERSION}

0 commit comments

Comments
 (0)