feat(uti): Move directory
[csit.git] / resources / tools / dash / Dockerfile
diff --git a/resources/tools/dash/Dockerfile b/resources/tools/dash/Dockerfile
deleted file mode 100644 (file)
index ee4ae1e..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-ARG PYTHON_VERSION=3.8
-FROM python:${PYTHON_VERSION}-buster
-
-WORKDIR /app
-
-COPY ./app/requirements.txt .
-
-RUN pip3 install -r requirements.txt
-
-EXPOSE 5000
-
-CMD [ "uwsgi", "app.ini" ]
\ No newline at end of file