Explorar el Código

fix: dockerfile, add dockeringore

fPolic hace 3 años
padre
commit
7da2930b33
Se han modificado 2 ficheros con 6 adiciones y 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"]