Skip to content
Snippets Groups Projects
Dockerfile 87 B
Newer Older
Rajesh  D's avatar
dev
Rajesh D committed
FROM python:3
WORKDIR /var/app
COPY stonepaper.py ./
CMD [ "python", "stonepaper.py" ]