fix(docker): Fixed chart service build
Some checks failed
Create and publish a Docker image / build-and-push-server (push) Has been cancelled
Create and publish a Docker image / build-and-push-chart (push) Has been cancelled
Create and publish a Docker image / build-and-push-CR (push) Has been cancelled
Deploy docs / deploy (push) Has been cancelled

This commit is contained in:
Данил 2024-12-29 13:36:21 +03:00
parent 41a800785f
commit 23fc87b524

View file

@ -4,6 +4,8 @@ WORKDIR /
COPY . . COPY . .
RUN apk add --no-cache gcc g++ musl-dev python3-dev libffi-dev openssl-dev postgresql-dev
RUN pip3 install --no-cache-dir --upgrade -r ./requirements.txt RUN pip3 install --no-cache-dir --upgrade -r ./requirements.txt
EXPOSE 3030 EXPOSE 3030