From cefe2227bf6855d9b75a3399bae9f432ba6c09c5 Mon Sep 17 00:00:00 2001 From: Zhenyu Sun Date: Thu, 6 Mar 2025 17:30:53 +0000 Subject: [PATCH] chore: reset semantic release state --- Dockerfile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index a527cf6..0000000 --- a/Dockerfile +++ /dev/null @@ -1,15 +0,0 @@ -# Dockerfile for Python Service -FROM python:3.11-slim - -# Set working directory -WORKDIR /app - -# Copy requirements file and install dependencies -COPY requirements.txt . -RUN pip install --no-cache-dir -r requirements.txt && rm -rf /root/.cache/pip - -# Copy application code -COPY . . - -# Run the Python script -CMD ["python", "main.py"] \ No newline at end of file