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.
2 parents 9cca00c + 5465cd5 commit 072661bCopy full SHA for 072661b
src/server/Dockerfile
@@ -23,7 +23,7 @@ RUN chmod 666 /usr/lib/uwsgi/plugins/python38_plugin.so
23
24
COPY . .
25
26
-RUN mkdir /app/static \
+RUN mkdir -p /app/static \
27
/app/static/raw_data \
28
/app/static/logs \
29
/app/static/zipped
src/server/api/internal_api.py
@@ -6,7 +6,7 @@
6
from api.API_ingest import ingest_sources_from_api, salesforce_contacts
7
from api.api import internal_api
8
from rfm_funcs.create_scores import create_scores
9
-from server.api.API_ingest import updated_data
+from api.API_ingest import updated_data
10
11
logger = structlog.get_logger()
12
0 commit comments