diff --git a/chart/Dockerfile b/chart/Dockerfile index 4ea8ad0..8a799a1 100644 --- a/chart/Dockerfile +++ b/chart/Dockerfile @@ -2,11 +2,9 @@ FROM python:3.13 WORKDIR / -COPY ./requirements.txt ./ +COPY . . RUN pip3 install --no-cache-dir --upgrade -r ./requirements.txt -COPY . . - EXPOSE 3030 CMD ["python", "main.py"] \ No newline at end of file