created dockerfiles

This commit is contained in:
art
2020-04-05 19:04:07 +00:00
parent d84c89efaf
commit 02516b9ef2
4 changed files with 27 additions and 3 deletions

View File

@@ -1 +1 @@
python3 setup.py sdist bdist_wheel
python setup.py sdist bdist_wheel || python3 setup.py sdist bdist_wheel

View File

@@ -1,4 +1,3 @@
FROM python
WORKDIR ~/
COPY . .
RUN cd
COPY .. .

View File

@@ -0,0 +1,3 @@
FROM python
WORKDIR ~/
# COPY . .