Skip to content

Commit

Permalink
Update Dockerfile - Do not copy local.py.default to local.py so we ca…
Browse files Browse the repository at this point in the history
…n configure docker with environment vars
  • Loading branch information
Kurocon authored May 7, 2024
1 parent 4fd1159 commit b9fe136
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ USER root
# Install python requirements
RUN pip3 install -r requirements.txt

# Install default configuration file
RUN cp "/amelie/amelie/settings/local.py.default" "/amelie/amelie/settings/local.py"

# Correct permissions on directories
RUN chown -R 1000:1000 /amelie /media /photo_upload /config /var/log

Expand Down

0 comments on commit b9fe136

Please sign in to comment.