We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef9d64 commit bcc4094Copy full SHA for bcc4094
Dockerfile
@@ -8,6 +8,9 @@ RUN apk --update add ruby ruby-dev ruby-bundler build-base && \
8
bundle install -j 4 && \
9
apk del build-base && rm -fr /usr/share/ri
10
11
+RUN adduser -u 9000 -D app
12
+USER app
13
+
14
COPY . /usr/src/app
15
16
CMD ["/usr/src/app/bin/codeclimate-rubocop"]
0 commit comments