From 0232db30bcd247a6218f853c5e1e6f7c19b5fbd5 Mon Sep 17 00:00:00 2001 From: scragly <29337040+scragly@users.noreply.github.com> Date: Mon, 23 Sep 2019 22:24:34 +1000 Subject: Fix random text mistake in Dockerfile. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 21a938c4f..271c25050 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN pip install -U pipenv # Copy project files into working directory WORKDIR /bot -COPY docker . +COPY . . # Install project dependencies RUN pipenv install --system --deploy -- cgit v1.2.3