diff --git a/backend/Dockerfile b/backend/Dockerfile index 46d9f5d..a48fdc3 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -19,4 +19,4 @@ COPY . . EXPOSE 8000 -CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"] \ No newline at end of file +CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"] diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 752a989..79ca875 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -34,4 +34,4 @@ RUN chmod +x /docker-entrypoint.d/10-generate-env.sh && \ EXPOSE 80 -# nginx will start automatically; our script in /docker-entrypoint.d runs first +# nginx will start automatically; our script in /docker-entrypoint.d runs first \ No newline at end of file