aboutsummaryrefslogtreecommitdiffstats
path: root/dev
diff options
context:
space:
mode:
authorGravatar RohanJnr <[email protected]>2021-11-16 22:47:47 +0530
committerGravatar RohanJnr <[email protected]>2021-11-16 22:47:47 +0530
commit15437a7eeeef979a77a2ec2d7d96c5410c78daa0 (patch)
tree530b8f2ea5ed72748ada3b3aea3e8dd7fcc034d4 /dev
parentAdd flake8 configuration. (diff)
Lint and fix line endings.
Diffstat (limited to 'dev')
-rw-r--r--dev/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Dockerfile b/dev/Dockerfile
index 0204c3b5..738fc51a 100644
--- a/dev/Dockerfile
+++ b/dev/Dockerfile
@@ -18,4 +18,4 @@ COPY pyproject.toml poetry.lock ./
RUN poetry install --no-dev
# Copy the source code in last to optimize rebuilding the image
-COPY . . \ No newline at end of file
+COPY . .