Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 10, 2024
1 parent bc58b6b commit 4f56bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ RUN apk add --update --no-cache python3 py3-pip

WORKDIR /hamframe

COPY cli.py cli.py
COPY requirements.txt requirements.txt

RUN pip3 install --break-system-packages --no-cache-dir -r requirements.txt

# COPY /cli/cli.py /hamframe/cli.py
COPY cli.py cli.py

ENTRYPOINT ["python3", "cli.py"]

0 comments on commit 4f56bf9

Please sign in to comment.