initial import
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM python:3-alpine
|
||||
|
||||
ADD steckie.py /opt/steckie/
|
||||
ADD config.yml /opt/steckie/
|
||||
ADD requirements.txt /opt/steckie
|
||||
|
||||
RUN pip install -r /opt/steckie/requirements.txt
|
||||
|
||||
WORKDIR /opt/steckie
|
||||
CMD [ "python", "/opt/steckie/steckie.py" ]
|
||||
Reference in New Issue
Block a user