summaryrefslogtreecommitdiff
path: root/backend/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Dockerfile')
-rw-r--r--backend/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/Dockerfile b/backend/Dockerfile
index 17fdda8..4edbeb5 100644
--- a/backend/Dockerfile
+++ b/backend/Dockerfile
@@ -5,6 +5,7 @@ WORKDIR /app/medusa
COPY package.json .
COPY yarn.lock* ./
COPY package-lock.json* ./
+COPY scripts ./scripts
RUN npm install