diff options
author | 2019-09-23 22:24:34 +1000 | |
---|---|---|
committer | 2019-09-24 14:51:56 +1000 | |
commit | 0232db30bcd247a6218f853c5e1e6f7c19b5fbd5 (patch) | |
tree | ecf5d61e4a485e0152800c4532783926396aacee /Dockerfile | |
parent | Add docker build condition for CI. (diff) |
Fix random text mistake in Dockerfile.
Diffstat (limited to 'Dockerfile')
-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 |