aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-09-23 22:24:34 +1000
committerGravatar scragly <[email protected]>2019-09-24 14:51:56 +1000
commit0232db30bcd247a6218f853c5e1e6f7c19b5fbd5 (patch)
treeecf5d61e4a485e0152800c4532783926396aacee
parentAdd docker build condition for CI. (diff)
Fix random text mistake in Dockerfile.
-rw-r--r--Dockerfile2
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