diff --git a/Dockerfile b/Dockerfile index 5b70651..4844471 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,8 @@ WORKDIR /usr/src/artapi COPY . /usr/src/artapi -RUN yarn cache clean +RUN apk update && \ + apk add git RUN yarn install