container has git as dependency

This commit is contained in:
peter
2019-08-20 19:58:21 +02:00
parent d768ce5b2c
commit 228b1c5725
+1
View File
@@ -1,4 +1,5 @@
FROM node:alpine FROM node:alpine
RUN apk add git
WORKDIR /service WORKDIR /service
COPY dist /service/dist COPY dist /service/dist