.dockerignore 150 B

12345678
  1. # This helps to reduce the size of the Docker build context and to avoid
  2. # including potentially sensitive files.
  3. bin
  4. lib
  5. lib64
  6. node_modules
  7. user_dev