Skip to content

Commit

Permalink
fix: add README to docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
longstone authored Aug 20, 2024
1 parent 3863629 commit c95f88b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN mkdir -p /src
COPY ./withings_sync /src
COPY ./setup.py /src
COPY ./.VERSION /src
COPY ./README.md /src

RUN cd /src && \
python3 ./setup.py install
Expand Down

0 comments on commit c95f88b

Please sign in to comment.