From a2e99eb0827c8337b68458d9ccc35378e8f44781 Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Sat, 17 Jan 2026 18:50:02 +0000 Subject: [PATCH] Edited Spark --- backend/Dockerfile | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index 35e1b8e..9ea80cb 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,18 +1,18 @@ -FROM python:3.11-slim - -WORKDIR /app - -COPY requirements.txt . -RUN pip install --no-cache-dir -r requirements.txt - -COPY app.py . - -RUN mkdir -p /app/data - -ENV FLASK_APP=app.py -ENV DATABASE_PATH=/app/data/snippets.db -ENV CORS_ALLOWED_ORIGINS=* - -EXPOSE 5000 - -CMD ["python", "app.py"] +FROM python:3.11-slim + +COPY require + + + + + + + + + + + + + + +