Skip to content

Commit 8600045

Browse files
committed
Fix linting errors
1 parent ec2283c commit 8600045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apk add --no-cache \
1717
&& bundle install \
1818
&& gem uninstall bundler \
1919
&& rm Gemfile Gemfile.lock \
20-
&& rm -rf $GEM_HOME/cache \
20+
&& rm -rf "$GEM_HOME"/cache \
2121
&& apk del .gem-installdeps
2222

2323
ENV SRC_PATH /usr/local/src/your-app

0 commit comments

Comments
 (0)