1
0
Fork 0
pgcli/Dockerfile
Daniel Baumann ec5391b244
Adding upstream version 3.1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 19:48:22 +01:00

6 lines
72 B
Docker

FROM python:3.8
COPY . /app
RUN cd /app && pip install -e .
CMD pgcli