From 098daa08bff07521444361bf2cdf06ec7a814db7 Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Sun, 1 May 2022 20:04:02 -0700 Subject: [PATCH] Simplify dockerfile (#2188) --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7a6ae7ba..bab61e6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,9 +18,7 @@ RUN pip install --upgrade pip WORKDIR /app # Copy the source code. -COPY squeaknode ./squeaknode -COPY proto ./proto -COPY LICENSE MANIFEST.in README.md requirements.txt setup.cfg setup.py ./ +COPY . . RUN pip install .[postgres]