Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
S
searx-engine
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • gargantext
  • searx-engine
  • Repository

Switch branch/tag
  • searx-engine
  • .dockerignore
Find file
BlameHistoryPermalink
  • Markus Heiser's avatar
    [fix] docker 'Error compiling' and 'SyntaxError' messages · ec453e02
    Markus Heiser authored Mar 29, 2020
    The make docker target spits out some SyntaxError.  With this .dockerignore
    there is no more error. Explanation:
    
    - the python files are compiled while building the docker image
    - a node modules contains some python files
    - the python files inside the node module doesn't compile
    
    It raises the fact that node_modules were included in the docker image which
    should not happen.  Same the local directory was included.  Dockerfile builds
    searx in its own way (without virtualenv)
    
    Thanks @dalf:
    
    - https://github.com/asciimoo/searx/pull/1900#issuecomment-604892737Signed-off-by: 's avatarMarkus Heiser <markus.heiser@darmarit.de>
    ec453e02
.dockerignore 547 Bytes
EditWeb IDE

Replace .dockerignore

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.