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 8a3a1e8 commit f5e0269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ RUN pip3 install --break-system-packages --no-cache-dir -r /hamframe/requirement

COPY /api/api.py /api/api.sh /hamframe/

COPY /api/configuration /hamframe/
COPY /api/configuration/ /hamframe/

COPY /api/database /hamframe/
COPY /api/database/ /hamframe/

EXPOSE 8000

Expand Down

0 comments on commit f5e0269

Please sign in to comment.