Please work'

This commit is contained in:
dvirlabs 2025-07-01 09:41:53 +03:00
parent 482eba3bd1
commit f4ed5999c2
2 changed files with 2 additions and 1 deletions

View File

@ -83,3 +83,4 @@ def list_icons():
if __name__ == "__main__":
uvicorn.run(app, host="0.0.0.0", port=8000)

View File

@ -27,4 +27,4 @@ RUN dos2unix /entrypoint.sh && chmod +x /entrypoint.sh
EXPOSE 80
ENTRYPOINT ["/entrypoint.sh"]
CMD ["nginx", "-g", "daemon off;"]
CMD ["nginx", "-g", "daemon off;"]