diff --git a/backend/main.py b/backend/main.py index 0b227bc..e03c4ee 100644 --- a/backend/main.py +++ b/backend/main.py @@ -83,3 +83,4 @@ def list_icons(): if __name__ == "__main__": uvicorn.run(app, host="0.0.0.0", port=8000) + diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 53f28ec..016d5b1 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -27,4 +27,4 @@ RUN dos2unix /entrypoint.sh && chmod +x /entrypoint.sh EXPOSE 80 ENTRYPOINT ["/entrypoint.sh"] -CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file +CMD ["nginx", "-g", "daemon off;"]