We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8189661 commit 8d8776eCopy full SHA for 8d8776e
Dockerfile
@@ -10,3 +10,7 @@ RUN apk add git && \
10
RUN npm install -g postcss-cli
11
RUN npm install autoprefixer
12
RUN npm audit fix
13
+USER hugo
14
+RUN npm install -g postcss-cli
15
+RUN npm install autoprefixer
16
+RUN npm audit fix
0 commit comments