aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index cd8a01b..dc21173 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,6 @@ RUN apt-get update \
tini \
openssl \
ca-certificates \
- git \
&& apt-get autoclean \
&& apt-get autoremove \
&& rm -rf /var/lib/apt/lists/*
@@ -20,6 +19,7 @@ FROM base AS dependencies
WORKDIR /usr/app
COPY package.json .
+COPY patches ./patches
COPY yarn.lock .
RUN yarn install --prod