mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Simplify dockerfile (#2188)
This commit is contained in:
parent
43f959e9c4
commit
098daa08bf
1 changed files with 1 additions and 3 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue