Explorar o código

add dockerignore fil

Philip Korsholm %!s(int64=3) %!d(string=hai) anos
pai
achega
9829a0e993
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  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