Simplify dockerfile (#2188)

This commit is contained in:
Jonathan Zernik 2022-05-01 20:04:02 -07:00 committed by GitHub
parent 43f959e9c4
commit 098daa08bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]