Skip to content

Commit 029d2ba

Browse files
committed
cleanup
1 parent 55c1267 commit 029d2ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#environment variables and cache
44
*.env
55
*.pem
6+
*.pyc
67
*/__pycache__/*
78

89
/__pycache__

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.9-slim-buster
22
WORKDIR /app
3-
COPY ./requirements.txt ./repository_monitor_app_pk.pem /app
3+
COPY ./requirements.txt /app
44
RUN pip install -r requirements.txt
55
COPY . .
66
EXPOSE 5000

0 commit comments

Comments
 (0)