diff --git a/apps/py-conveyor-service/Dockerfile b/apps/py-conveyor-service/Dockerfile new file mode 100644 index 0000000..bd8d516 --- /dev/null +++ b/apps/py-conveyor-service/Dockerfile @@ -0,0 +1,4 @@ +FROM ubuntu:latest +LABEL authors="stranik" + +ENTRYPOINT ["top", "-b"]