Merge pull request 'chore: remove useless Dockerfile' (#1) from chore/organize into dev
Reviewed-on: freeleaps/freeleaps-service-hub#1
This commit is contained in:
commit
7940aa2159
15
Dockerfile
15
Dockerfile
@ -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"]
|
||||
Loading…
Reference in New Issue
Block a user