mirror of
https://github.com/timvisee/send.git
synced 2026-03-05 13:39:54 -05:00
added git package to docker image
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
FROM node:8-alpine
|
||||
|
||||
RUN apk add --no-cache git
|
||||
RUN addgroup -S -g 10001 app && adduser -S -D -G app -u 10001 app
|
||||
COPY . /app
|
||||
RUN chown -R app /app
|
||||
|
||||
Reference in New Issue
Block a user