mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-06 06:57:21 +00:00
created dockerfiles
This commit is contained in:
@@ -1 +1 @@
|
||||
python3 setup.py sdist bdist_wheel
|
||||
python setup.py sdist bdist_wheel || python3 setup.py sdist bdist_wheel
|
@@ -1,4 +1,3 @@
|
||||
FROM python
|
||||
WORKDIR ~/
|
||||
COPY . .
|
||||
RUN cd
|
||||
COPY .. .
|
3
analysis-master/analysis-amd64/docker/Dockerfile-vscode
Normal file
3
analysis-master/analysis-amd64/docker/Dockerfile-vscode
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM python
|
||||
WORKDIR ~/
|
||||
# COPY . .
|
Reference in New Issue
Block a user