Skip to content

Commit 3e26469

Browse files
committed
Fix warning on dockerfile
1 parent 4832117 commit 3e26469

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL maintainer="kitconcept GmbH <info@kitconcept.com>" \
55
org.label-schema.description="Deploy docker stack" \
66
org.label-schema.vendor="kitconcept GmbH" \
77
org.opencontainers.image.source="https://github.com/kitconcept/docker-stack-deploy" \
8-
org.label-schema.docker.cmd="docker run -rm -v "${PWD}":/github/workspace ghcr.io/kitconcept/docker-stack-deploy"
8+
org.label-schema.docker.cmd="docker run -rm -v "$(PWD)":/github/workspace ghcr.io/kitconcept/docker-stack-deploy"
99

1010
RUN apk add --no-cache openssh-client findutils bash
1111

0 commit comments

Comments
 (0)