Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 6402a40

Browse files
installing git was completley unecessary
1 parent 929a927 commit 6402a40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ FROM node:10.12.0-alpine AS build
22
ARG MYGET_API_KEY
33
ARG VERSION
44

5-
RUN apk add --no-cache git
6-
75
WORKDIR /app
86

97
COPY package.json yarn.lock ./

0 commit comments

Comments
 (0)