Skip to content
Snippets Groups Projects
  • jp's avatar
    e813cbf7
    Update docker configuration: · e813cbf7
    jp authored
    - .dockerignore for building
    - Dockerfile created usign node-10-alpine and nginx-mainline
    - docker/ scripts and templates added
    e813cbf7
    History
    Update docker configuration:
    jp authored
    - .dockerignore for building
    - Dockerfile created usign node-10-alpine and nginx-mainline
    - docker/ scripts and templates added
.dockerignore 353 B
# block everything
**

# allowed files
!AGPL-3
!CHANGELOG.md
!README.md
!README.png
!.babelrc
!.eslintignore
!.eslintrc.js
!.postcssrc.js
!favicon.ico
!index.html
!package.json
!yarn.lock

# allowed subdirectories
!/build/**
!/config/**
!/docker/**
!/public/**
!/static/**
!/src/**

# blocked subdirectory files
**/*.log
**/*~
**/.DS_Store
**/Thumbs.db