Browse Source

add dockerignore fil

Philip Korsholm 3 years ago
parent
commit
9829a0e993
2 changed files with 1 additions and 1 deletions
  1. 1 0
      .dockerignore
  2. 0 1
      Dockerfile

+ 1 - 0
.dockerignore

@@ -0,0 +1 @@
+node_modules

+ 0 - 1
Dockerfile

@@ -3,7 +3,6 @@ FROM node:17.1.0
 WORKDIR /app/medusa
 
 COPY package.json .
-COPY develop.sh .
 COPY yarn.lock .
 
 RUN apt-get update