mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 09:13:23 -05:00
Merge pull request #18 from BridgeCityBicycleCoop/development
Finally fix that build
This commit is contained in:
commit
6db85eb1a4
@ -9,6 +9,8 @@ ADD bikeshop_project /code
|
|||||||
COPY requirements /code/requirements
|
COPY requirements /code/requirements
|
||||||
RUN pip install -r requirements/production.txt
|
RUN pip install -r requirements/production.txt
|
||||||
RUN npm cache clean
|
RUN npm cache clean
|
||||||
|
RUN npm install --unsafe-perm -g bower
|
||||||
|
RUN bower install --allow-root
|
||||||
RUN npm install --unsafe-perm
|
RUN npm install --unsafe-perm
|
||||||
RUN npm run build-production
|
RUN npm run build-production
|
||||||
RUN DJANGO_SETTINGS_MODULE=bikeshop.settings.production python manage.py collectstatic --no-input
|
RUN DJANGO_SETTINGS_MODULE=bikeshop.settings.production python manage.py collectstatic --no-input
|
||||||
|
3
bikeshop_project/.bowerrc
Normal file
3
bikeshop_project/.bowerrc
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"directory": "vendor"
|
||||||
|
}
|
@ -9,7 +9,6 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "",
|
"homepage": "",
|
||||||
"private": true,
|
"private": true,
|
||||||
"directory": "bikeshop_project/vendor",
|
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"**/.*",
|
"**/.*",
|
||||||
"node_modules",
|
"node_modules",
|
Loading…
x
Reference in New Issue
Block a user