remove unnecessary volume mount
This commit is contained in:
@@ -12,6 +12,5 @@ COPY pyproject.toml .python-version /app
|
||||
RUN uv sync
|
||||
|
||||
COPY . /app
|
||||
VOLUME ["/app"]
|
||||
|
||||
CMD uv run fastapi run cutt/main.py
|
||||
|
||||
Reference in New Issue
Block a user