Adds api functionality
This commit is contained in:
@@ -9,6 +9,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY app.py .
|
||||
COPY utils/ ./utils/
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user