mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-16 04:47:32 +00:00
7 lines
92 B
Docker
7 lines
92 B
Docker
FROM python:2.7-slim
|
|
|
|
COPY . /dns-backend
|
|
WORKDIR /dns-backend
|
|
|
|
CMD ["python", "server.py"]
|