Skip to content

Commit

Permalink
Merge pull request #108 from norcalipa/norcalipa/fix-debug-error-2
Browse files Browse the repository at this point in the history
Fixing debug error message in impage build
  • Loading branch information
norcalipa authored Apr 14, 2024
2 parents f60c280 + a5adce7 commit b2f3773
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ WORKDIR /app
# Add current directory code to /app in container
ADD . /app

ENV DEBUG=1

COPY .env-prod .env

RUN apk add --no-cache --virtual build-deps gcc musl-dev libffi-dev pkgconf mariadb-dev
Expand Down
1 change: 1 addition & 0 deletions crank/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent.parent
DEBUG = False
CONTENT_DIR = os.path.join(str(BASE_DIR), "crank/content")
DEFAULT_ALGORITHM_ID = 5

Expand Down

0 comments on commit b2f3773

Please sign in to comment.