File: Dockerfile

package info (click to toggle)
python-django-etcd-settings 0.1.13%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 316 kB
  • sloc: python: 925; makefile: 210
file content (5 lines) | stat: -rw-r--r-- 54 bytes parent folder | download | duplicates (4)
1
2
3
4
5
FROM kpndigital/tox:latest

WORKDIR /app

CMD ["tox"]