From 62d4abfabaa6b9d52c89d76ef7df33a1497bc3ed Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 22 Mar 2026 10:00:10 +0200 Subject: [PATCH] Build and push app to harbor --- backend/Dockerfile | 2 +- frontend/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;"]