aboutsummaryrefslogtreecommitdiffstats
path: root/dev/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Dockerfile')
-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 . .