File: Dockerfile

package info (click to toggle)
pyglossary 5.0.9-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,896 kB
  • sloc: python: 46,165; sh: 308; javascript: 100; xml: 42; makefile: 28
file content (9 lines) | stat: -rw-r--r-- 265 bytes parent folder | download
1
2
3
4
5
6
7
8
9
FROM bitnami/minideb
MAINTAINER Saeed Rasooli saeed.gnu@gmail.com
LABEL Description="Dockefile to run PyGlossary inside a Debian-based Docker image"

COPY . /opt/pyglossary

RUN /opt/pyglossary/scripts/docker-deb-setup.sh

CMD python3 /opt/pyglossary/main.py --cmd