Simplify Docker build workflow and update routing rules
This commit is contained in:
@@ -6,6 +6,7 @@ WORKDIR /app
|
||||
RUN pip install --no-cache-dir fastapi uvicorn[standard] pydantic
|
||||
|
||||
# Copy application
|
||||
COPY db.json .
|
||||
COPY main.py .
|
||||
|
||||
# Expose port
|
||||
|
||||
Reference in New Issue
Block a user