Skip to content
Snippets Groups Projects
Commit 6edb943d authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Minor fixes to ordering and code style.

parent 32db0340
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
# Salesforce Integration
ENV SALESFORCE_INTEGRATION 1
ENV SALESFORCE_INTEGRATION true
# Set owner on /usr/local.
RUN sudo chown -R circleci:circleci /usr/local
......
......@@ -18,7 +18,7 @@ services:
build:
context: ..
dockerfile: docker/Dockerfile.dev
env_file:
env_file:
- salesforce.env
ports:
- 9001:9001
......
......@@ -24,6 +24,7 @@ django-tables2==2.2.1
django-tinymce4-lite==1.8.0
django-two-factor-auth==1.11.0
django-webpack-loader==0.7.0
django-salesforce==1.0
django_select2==7.2.2
djangorestframework==3.9.2
djangorestframework-api-key==1.4.1
......@@ -41,4 +42,3 @@ tomd==0.1.3
wagtail==2.9
wagtail-cache==1.0.0
whitenoise==5.1.0
django-salesforce==1.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment