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 7e223bc commit b34ac13
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 @@ -13,9 +13,9 @@ RUN pip3 install --break-system-packages --no-cache-dir -r /hamframe/requirement
COPY /api/api.py /hamframe/api.py
COPY /api/api.sh /hamframe/api.sh

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

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

EXPOSE 8000

Expand Down

0 comments on commit b34ac13

Please sign in to comment.