forked from verlock/verlock-doorboy-proxy
parent
9e7c49884a
commit
1acc7e2ea9
@ -1,6 +1,4 @@ |
||||
FROM python:3 |
||||
FROM harbor.k-space.ee/k-space/microservice-base |
||||
WORKDIR /app |
||||
COPY requirements.txt ./ |
||||
RUN pip install -r requirements.txt |
||||
COPY *.py ./ |
||||
CMD python doorboy.py |
||||
|
Loading…
Reference in new issue