Compare commits
1 Commits
86187d9069
...
33ce291b09
Author | SHA1 | Date | |
---|---|---|---|
33ce291b09 |
@ -16,5 +16,4 @@ ENV OSM_CACHE_DIR=/cache
|
|||||||
ENV MEMCACHED_HOST_PATH=none
|
ENV MEMCACHED_HOST_PATH=none
|
||||||
ENV LOKI_URL=none
|
ENV LOKI_URL=none
|
||||||
|
|
||||||
# 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"]
|
||||||
CMD fastapi run src/main.py --port 8000 --workers $NUM_WORKERS
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user