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]