diff --git a/Dockerfile b/Dockerfile index 85a6015..68943c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,7 @@ RUN mkdir -p data logs EXPOSE 8420 -CMD ["python3", "miloagent.py", "run", "--web"] +ENV API_KEY=${API_KEY} +ENV SECRET_TOKEN=${SECRET_TOKEN} + +CMD ["python3", "miloagent.py", "run", "--web"] \ No newline at end of file