We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1bcfc6 commit 5c93ba0Copy full SHA for 5c93ba0
Dockerfile
@@ -33,7 +33,7 @@ COPY requirements.txt /opt/app/
33
RUN apt-get install -y libffi-dev && pip install -r requirements.txt
34
35
COPY . /opt/app/
36
-RUN npm install
+RUN npm install && ln -s /opt/app/node_modules/less/bin/lessc /usr/bin/
37
38
### POSTGRES ###
39
docker/start.sh
@@ -4,7 +4,8 @@
4
./manage.py migrate --noinput &&\
5
./manage.py datamigrate &&\
6
./manage.py collectstatic --noinput
7
-
8
/etc/init.d/postgresql stop
9
+assetgen --profile dev assetgen.yaml
10
+
11
/usr/bin/supervisord -c /etc/supervisor/supervisord.conf
0 commit comments