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:
parent
d1eaf1e625
commit
bb450b30bb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user