Skip to content

Commit 59d21de

Browse files
committed
updatE
1 parent e1b579e commit 59d21de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
FROM mhart/alpine-node:8.9.3
1+
FROM node:9.2-alpine
22
33

44
ENV NAME vocabulary-tag
55
ENV USER microservice
6-
USER root
6+
77
RUN apk update && apk upgrade && \
88
apk add --no-cache --update bash git openssh python build-base curl
99

1010
RUN addgroup $USER && adduser -s /bin/bash -D -G $USER $USER
1111

12-
RUN npm install -g grunt-cli bunyan
12+
RUN npm install --unsafe-perm -g bunyan grunt-cli
1313

1414
RUN mkdir -p /opt/$NAME
1515
COPY package.json /opt/$NAME/package.json

0 commit comments

Comments
 (0)