Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[docker] Do not ignore ext-py for Python2
  • Loading branch information
romainr committed May 20, 2021
1 parent 4855838 commit ab0a163
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 0 additions & 3 deletions desktop/core/src/desktop/settings.py
Expand Up @@ -21,7 +21,6 @@
# as local_settings.py.

from builtins import map, zip
import datetime
import gc
import json
import logging
Expand All @@ -30,8 +29,6 @@
import sys
import uuid

import django_opentracing

import desktop.redaction

from desktop.lib.paths import get_desktop_root, get_run_root
Expand Down
8 changes: 8 additions & 0 deletions tools/docker/hue/Dockerfile.py2.dockerignore
@@ -0,0 +1,8 @@
build
logs
node_modules
.git
.vscode

# Needed for local compilation
#desktop/core/ext-py/

0 comments on commit ab0a163

Please sign in to comment.