Skip to content
This repository has been archived by the owner on Feb 28, 2018. It is now read-only.

Commit

Permalink
makes rest_framework statics available trough nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Morais committed May 12, 2017
1 parent ba55e58 commit 15ab50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: .
dockerfile: Dockerfile
volumes:
- "staticfiles:/code/staticfiles"
- "assets:/code/staticfiles"
- "./:/code"
environment:
- SECRET_KEY=lets-rock
Expand Down

0 comments on commit 15ab50e

Please sign in to comment.