Removed env file from dockerfile. Created dockerfile for HF installation
This commit is contained in:
@@ -14,7 +14,6 @@ WORKDIR /app
|
||||
|
||||
# Copy application code
|
||||
COPY src/ ./src/
|
||||
COPY env ./src/.env
|
||||
|
||||
# Install Python dependencies
|
||||
RUN pip install --no-cache-dir -r src/requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user