verified and tested docker files

This commit is contained in:
art
2020-04-05 19:53:01 +00:00
parent 02516b9ef2
commit 31e475e1d0
6 changed files with 9 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
FROM python
WORKDIR ~/
COPY .. .
COPY ./ ./
CMD ["bash"]

View File

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

View File

@@ -0,0 +1,3 @@
cd ..
docker build -t tra-analysis-amd64-dev -f docker/Dockerfile .
docker run -it tra-analysis-amd64-dev

View File

@@ -1,7 +1,7 @@
import setuptools
setuptools.setup(
name="analysis"
name="analysis",
version="1.0.0.009",
author="The Titan Scouting Team",
author_email="titanscout2022@gmail.com",