summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--backend/Dockerfile1
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..fff63a1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+backend-error-j.txt
+backend-error-k.txt
+backend-error-l.txt
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