delete create_certs functionality

This commit is contained in:
Robert Resch 2021-06-17 22:11:47 +02:00
parent 3a7ce8c6e2
commit bbb2700a75
No known key found for this signature in database
GPG key ID: 6B360759EB2ACAEE
12 changed files with 6 additions and 480 deletions

View file

@ -30,7 +30,6 @@ RUN pip3 install -r requirements.txt
WORKDIR /bumper
# Copy only required folders instead of all
COPY create_certs/ create_certs/
COPY bumper/ bumper/
ENTRYPOINT ["python3", "-m", "bumper"]