aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 85e2f3d..a2b81cd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,7 +5,8 @@ RUN apk add --no-cache ffmpeg python make g++
WORKDIR /usr/app
-COPY package* ./
+COPY package.json .
+COPY yarn.lock .
# Install prod dependencies
RUN yarn install --prod