Skip to content

Commit

Permalink
fix: Update Dockerfile
Browse files Browse the repository at this point in the history
Prevent Github token from being exposed during build
  • Loading branch information
2Steaks committed Feb 19, 2025
1 parent 49ac6c9 commit ef42933
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 @@ -5,6 +5,6 @@ WORKDIR /app
COPY requirements.txt requirements.txt
RUN pip3 install -r requirements.txt

COPY . .
COPY github-traffic.py .

CMD [ "python3", "github-traffic.py"]

0 comments on commit ef42933

Please sign in to comment.