Skip to content

Commit

Permalink
chore: tests
Browse files Browse the repository at this point in the history
update testing dockerfile to pass
  • Loading branch information
jlangy committed Jan 14, 2025
1 parent d6d7481 commit f7cb00f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile-test
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN apk add --no-cache \
curl \
gcc \
libressl-dev \
openssl-dev \
musl-dev \
libffi-dev && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile=minimal && \
Expand All @@ -21,8 +20,7 @@ RUN apk add --no-cache \
gcc \
libressl-dev \
musl-dev \
libffi-dev \
openssl-dev
libffi-dev

COPY ./pyproject.toml .
COPY ./poetry.lock .
Expand All @@ -38,6 +36,7 @@ ENV PYTHON_ENV=test
ENV DOMAIN_NAME=localhost
ENV ACTIVE_IP=1.1.1.1
ENV PASSIVE_IP=2.2.2.2
ENV NAMESPACE=e4ca1d-dev

ENTRYPOINT ["poetry", "run"]
CMD ["python", "src/main.py"]

0 comments on commit f7cb00f

Please sign in to comment.