added git package to docker image
This commit is contained in:
parent
4f36f2befa
commit
34f26fc017
|
@ -1,5 +1,6 @@
|
||||||
FROM node:8-alpine
|
FROM node:8-alpine
|
||||||
|
|
||||||
|
RUN apk add --no-cache git
|
||||||
RUN addgroup -S -g 10001 app && adduser -S -D -G app -u 10001 app
|
RUN addgroup -S -g 10001 app && adduser -S -D -G app -u 10001 app
|
||||||
COPY . /app
|
COPY . /app
|
||||||
RUN chown -R app /app
|
RUN chown -R app /app
|
||||||
|
|
Loading…
Reference in New Issue