Skip to content

Commit

Permalink
Removed default DJANGO_SETTINGS_MODULE assignment in wsgi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
scaphilo committed Apr 6, 2024
1 parent 9ce78cd commit 5800998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \

WORKDIR /usr/src/app

COPY koalixcrmprod /usr/src/app
COPY koalixcrmprod/* /usr/src/app

# Install dependencies
RUN pip install --upgrade pip
Expand Down

0 comments on commit 5800998

Please sign in to comment.