diff options
author | 2021-11-16 22:47:47 +0530 | |
---|---|---|
committer | 2021-11-16 22:47:47 +0530 | |
commit | 15437a7eeeef979a77a2ec2d7d96c5410c78daa0 (patch) | |
tree | 530b8f2ea5ed72748ada3b3aea3e8dd7fcc034d4 /dev | |
parent | Add flake8 configuration. (diff) |
Lint and fix line endings.
Diffstat (limited to 'dev')
-rw-r--r-- | dev/Dockerfile | 2 |
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 . . |