Dockerize
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM alpine:latest
|
||||
RUN apk update
|
||||
RUN apk add py-pip
|
||||
RUN apk add --no-cache python3-dev net-snmp-tools py3-flask
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
CMD ["python3", "app.py"]
|
Reference in New Issue
Block a user