diff options
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |