Prepare for Kubernetes migration
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2022-12-17 12:46:39 +02:00
parent 1acc7e2ea9
commit 922ee388ea
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM harbor.k-space.ee/k-space/microservice-base
WORKDIR /app
COPY *.py ./
CMD python doorboy.py
COPY app /app
CMD /app/doorboy-proxy.py