Skip to content

Commit

Permalink
refactor: rename script
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrennand committed Sep 5, 2023
1 parent aa33af1 commit ecb0f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ FROM python:3.9-alpine
COPY requirements.txt /
RUN pip install --no-cache-dir -r /requirements.txt
# Copy speedtest script
COPY speedtest.py /
COPY speeder.py /
WORKDIR /
# Copy the librespeed CLI binary to the Python alpine image to reduce size
COPY --from=build /speedtest-cli/librespeed .
# Run speedtest script
CMD ["python", "speedtest.py"]
CMD ["python", "speeder.py"]
File renamed without changes.

0 comments on commit ecb0f9d

Please sign in to comment.