Skip to content

Commit

Permalink
point to new alfalf-client release
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Jun 28, 2024
1 parent 4da0479 commit e56f799
Show file tree
Hide file tree
Showing 3 changed files with 640 additions and 677 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY poetry.lock .
COPY pyproject.toml .

RUN ln -sf /usr/bin/python3 /usr/bin/python \
&& pip3 install poetry==1.3.2 \
&& pip3 install poetry==1.8.3 \
&& poetry install --no-root --only main

COPY alfalfa_bacnet_bridge alfalfa_bacnet_bridge
Expand All @@ -25,4 +25,4 @@ FROM base AS cli

COPY cli/cli_setup.py .

CMD poetry run python -i cli_setup.py
CMD poetry run python -i cli_setup.py
Loading

0 comments on commit e56f799

Please sign in to comment.