index
:
debian/packages/pgcli
debian
upstream
debian sid: prompt-toolkit
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Dockerfile
blob: 32d341acf83eb38b7c9ff26c1a13976496acf107 (
plain
)
1
2
3
4
5
6
FROM
python:3.8
COPY
.
/app
RUN
cd
/app
&&
pip
install
-e
.
CMD
pgcli