diff --git a/dockerfile b/dockerfile index dbde8d5..a066da6 100644 --- a/dockerfile +++ b/dockerfile @@ -8,8 +8,6 @@ RUN pip install -r requirements.txt COPY . . -VOLUME /app/static - EXPOSE 3000 CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "3000"]