Skip to content

Commit 8d8776e

Browse files
committed
install node modules for hugo user
1 parent 8189661 commit 8d8776e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ RUN apk add git && \
1010
RUN npm install -g postcss-cli
1111
RUN npm install autoprefixer
1212
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

Comments
 (0)