verified and tested docker files

This commit is contained in:
art 2020-04-05 19:53:01 +00:00
parent 5697e8b79e
commit 4f9c4e0dbb
6 changed files with 9 additions and 6 deletions

2
.devcontainer/Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM python
WORKDIR ~/

View File

@ -1,7 +1,7 @@
{
"name": "TRA Analysis Development Environment",
"build": {
"dockerfile": "../analysis-master/analysis-amd64/docker/Dockerfile-vscode",
"dockerfile": "Dockerfile",
},
"settings": {
"terminal.integrated.shell.linux": "/bin/bash",

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",