Explorar el Código

Add .dockerignore

wernerfred hace 4 años
padre
commit
f4865380a4
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      .dockerignore

+ 4 - 0
.dockerignore

@@ -0,0 +1,4 @@
+# Ignore everything exept the actual files needed
+**
+!Dockerfile
+!entrypoint.sh