mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-06 00:01:36 +01:00
fix: waitress entrypoint/healthstate
This commit is contained in:
@@ -32,4 +32,5 @@ EXPOSE 5000/tcp
|
||||
RUN apt remove git -y
|
||||
RUN apt autoremove -y
|
||||
|
||||
CMD waitress-serve --host 0.0.0.0 --port 5000 --call 'app:createApp'
|
||||
ENTRYPOINT ["waitress-serve"]
|
||||
CMD ["--host", "0.0.0.0", "--port", "5000", "--call", "app:createApp" ]
|
||||
|
||||
Reference in New Issue
Block a user