We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e920e07 commit b82de7aCopy full SHA for b82de7a
docker/Dockerfile
@@ -19,6 +19,6 @@ RUN go get \
19
github.com/fatih/color
20
COPY . .
21
RUN go build
22
-RUN ln -s /go/src/github.com/relastle/pmy/shell/zshrc.minimal $HOME/.zshrc
+RUN ln -s "/go/src/github.com/relastle/pmy/shell/zshrc.minimal" "${HOME}/.zshrc"
23
24
0 commit comments