This commit is contained in:
Drew Larson
2017-01-16 19:39:11 -06:00
parent 3e18581aa0
commit 821986613e
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -14,3 +14,4 @@ RUN bower install --allow-root
RUN npm install --unsafe-perm
RUN npm run build-production
RUN DJANGO_SETTINGS_MODULE=bikeshop.settings.production python manage.py collectstatic --no-input
EXPOSE 8000