Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #201 from glogiotatidis/upgrade-packages
Browse files Browse the repository at this point in the history
Upgrade python requirements.
  • Loading branch information
glogiotatidis committed Jul 28, 2017
2 parents 451b1c0 + e696a38 commit 4b43b87
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 106 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ COPY requirements.txt requirements.txt
RUN pip install --require-hashes --no-cache-dir -r requirements.txt

COPY . /app
RUN DEBUG=False SECRET_KEY=foo ALLOWED_HOSTS=localhost, DATABASE_URL= ./manage.py collectstatic --noinput -c
RUN DEBUG=False SECRET_KEY=foo ALLOWED_HOSTS=localhost, DATABASE_URL=sqlite:/// ./manage.py collectstatic --noinput -c
RUN chown webdev.webdev -R .
USER webdev
Loading

0 comments on commit 4b43b87

Please sign in to comment.