Skip to content

Commit 997682e

Browse files
committed
Fix invalid Docker compose build argument for the Webbackend image
1 parent 8221652 commit 997682e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
dockerfile: "Dockerfile"
77
target: "ultimate-webbackend"
88
args:
9-
ULTIMATE_TMP_DIR: "${ULTIMATE_TMP_DIR-/tmp/ultimate}"
9+
ULTIMATE_DIR_TMP: "${ULTIMATE_DIR_TMP-/tmp/ultimate}"
1010
image: "ultimate-webbackend"
1111
environment:
1212
ULTIMATE_BACKEND_HOST: "${ULTIMATE_BACKEND_HOST-localhost}"

0 commit comments

Comments
 (0)