We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ac6c9 commit 908408dCopy full SHA for 908408d
.dockerignore
@@ -0,0 +1 @@
1
+.git
Dockerfile
@@ -5,6 +5,6 @@ WORKDIR /app
5
COPY requirements.txt requirements.txt
6
RUN pip3 install -r requirements.txt
7
8
-COPY . .
+COPY github-traffic.py /app/github-traffic.py
9
10
CMD [ "python3", "github-traffic.py"]
0 commit comments