Compare commits

..

1 Commits

Author SHA1 Message Date
86187d9069 launch adjustments 2024-12-29 15:06:23 +01:00

@ -16,4 +16,5 @@ ENV OSM_CACHE_DIR=/cache
ENV MEMCACHED_HOST_PATH=none ENV MEMCACHED_HOST_PATH=none
ENV LOKI_URL=none ENV LOKI_URL=none
CMD ["fastapi", "run", "src/main.py", "--port", "8000", "--workers", "$NUM_WORKERS"] # explicitly use a string instead of an argument list to force a shell and variable expansion
CMD fastapi run src/main.py --port 8000 --workers $NUM_WORKERS