diff --git a/Dockerfile b/Dockerfile index 310d580..4b2df7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,4 +44,4 @@ RUN pip install -e . EXPOSE 8080 -CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080"] \ No newline at end of file +CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080"] diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 638c2ad..97e2a03 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -32,7 +32,7 @@ "@types/testing-library__jest-dom": "^5.14.1", "babel-jest": "^27.3.1", "canvas": "^2.11.0", - "dprint": "0.39.1", + "dprint": "^0.39.1", "eslint": "^8.19.0", "eslint-config-next": "^12.2.0", "identity-obj-proxy": "^3.0.0",