Skip to content

Commit

Permalink
chore: fix influx example script path in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
iomz committed Jul 6, 2023
1 parent b25f525 commit 63451e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get autoremove -yqq --purge \
RUN pip install --upgrade pip
RUN pip install dl-myo "influxdb-client[ciso]"

COPY examples/influx_client.py /app/
COPY examples/influxdb/influx_client.py /app/

WORKDIR /app

Expand Down

0 comments on commit 63451e2

Please sign in to comment.