From e8353b536907fbc963a5974b8c3af548145f074b Mon Sep 17 00:00:00 2001 From: bunix42 Date: Wed, 4 May 2022 21:26:33 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5fc062d..4537e2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3 -RUN pip install pre-commit +RUN pip install pre-commit docker-compose VOLUME /data