mirror of
https://github.com/RogerSik/aws-target-group-cleanup.git
synced 2024-11-24 00:30:28 +01:00
Add dockerfile
This commit is contained in:
parent
bba3d6e81f
commit
ed01feda01
14
Dockerfile
Normal file
14
Dockerfile
Normal file
@ -0,0 +1,14 @@
|
||||
FROM python:2.7-alpine
|
||||
|
||||
RUN apk --no-cache add ca-certificates
|
||||
|
||||
RUN mkdir /src
|
||||
|
||||
COPY src/ /src/
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
ENTRYPOINT ["python","/src/aws-target-group-cleanup.py"]
|
||||
CMD ["-h"]
|
Loading…
Reference in New Issue
Block a user