File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ RUN npm install -g csslint && \
99
bundle install -j 4 && \
1010
apk del build-base && rm -fr /usr/share/ri
1111

12+
RUN adduser -u 9000 -D app
13+
USER app
14+
1215
COPY . /usr/src/app
1316

1417
CMD ["/usr/src/app/bin/csslint"]

0 commit comments

Comments
 (0)