mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 07:00:54 +03:00
added git package to docker image
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user