Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
toresbe committed Jul 8, 2023
1 parent 293e9b0 commit fc82b57
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 @@ -12,7 +12,7 @@ WORKDIR /app
RUN pip install --no-cache-dir -r requirements.txt

# Copy the script to the container
COPY ts_probe.py /app/ts_probe.py
COPY *.py /app/

EXPOSE 8000

Expand Down

0 comments on commit fc82b57

Please sign in to comment.