fix missing backslash
This commit is contained in:
parent
49af620e02
commit
536e4cfeaf
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ COPY deployment/docker/c3nav.bash /usr/local/bin/c3nav
|
|||
RUN pip install -r requirements.txt -r requirements/mysql.txt -r requirements/postgres.txt \
|
||||
-r requirements/memcached.txt -r requirements/redis.txt gunicorn \
|
||||
&& mkdir /static \
|
||||
&& chmod +x /usr/local/bin/c3nav
|
||||
&& chmod +x /usr/local/bin/c3nav \
|
||||
&& python manage.py collectstatic --no-input \
|
||||
&& python manage.py compress \
|
||||
&& python manage.py compilemessages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue