summaryrefslogtreecommitdiff
path: root/services/order-executor/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'services/order-executor/Dockerfile')
-rw-r--r--services/order-executor/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/order-executor/Dockerfile b/services/order-executor/Dockerfile
index f044714..bc8b21c 100644
--- a/services/order-executor/Dockerfile
+++ b/services/order-executor/Dockerfile
@@ -4,4 +4,5 @@ COPY shared/ shared/
RUN pip install --no-cache-dir ./shared
COPY services/order-executor/ services/order-executor/
RUN pip install --no-cache-dir ./services/order-executor
+ENV PYTHONPATH=/app
CMD ["python", "-m", "order_executor.main"]