1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00

Update production build.

This commit is contained in:
Drew Larson 2017-01-15 11:28:44 -06:00
parent d1eaf1e625
commit bb450b30bb

View File

@ -8,6 +8,8 @@ RUN mkdir requirements
ADD bikeshop_project /code
COPY requirements /code/requirements
RUN pip install -r requirements/production.txt
RUN npm install
WORKDIR /code/bikeshop_project
rm node_modules
RUN npm clean cache
RUN npm run build-production
RUN DJANGO_SETTINGS_MODULE=bikeshop.settings.production python manage.py collectstatic --no-input