diff --git a/backend/Dockerfile b/backend/Dockerfile index ed3e9b7..05a42c7 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -21,4 +21,4 @@ COPY . . EXPOSE 8000 # Run the application -CMD ["python", "main.py"] \ No newline at end of file +CMD ["python", "main.py"] diff --git a/frontend/Dockerfile b/frontend/Dockerfile index ca57438..da3913a 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -31,4 +31,4 @@ COPY nginx.conf /etc/nginx/conf.d/default.conf # Expose port 80 EXPOSE 80 -CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file +CMD ["nginx", "-g", "daemon off;"]