Explorar o código

fix: Dockerfile and add dockeringore

Oliver Windall Juhl %!s(int64=3) %!d(string=hai) anos
pai
achega
761094c0c2
Modificáronse 2 ficheiros con 6 adicións e 0 borrados
  1. 4 0
      .dockerignore
  2. 2 0
      Dockerfile

+ 4 - 0
.dockerignore

@@ -0,0 +1,4 @@
+dist
+node_modules
+
+npm-debug.log

+ 2 - 0
Dockerfile

@@ -16,4 +16,6 @@ RUN npm install -g @medusajs/medusa-cli@latest
 
 RUN npm install
 
+COPY . .
+
 ENTRYPOINT ["./develop.sh"]