File: dockerfile

package info (click to toggle)
auth0-python 4.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,280 kB
  • sloc: python: 8,933; makefile: 15; sh: 2
file content (9 lines) | stat: -rw-r--r-- 137 bytes parent folder | download
1
2
3
4
5
6
7
8
9
FROM python:3

WORKDIR /home/app

COPY . /home/app
COPY ./.pypirc ~/
RUN cp /home/app/.pypirc ~

CMD  python setup.py sdist bdist upload