diff --git a/.dockerignore b/.dockerignore index 2038abe..8d98f9d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1 @@ .* -data diff --git a/Dockerfile b/Dockerfile index 34be7a1..e5d4efe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1,3 @@ -from gsiupm/senpy:0.11.4-python2.7 \ No newline at end of file +from gsiupm/senpy:0.11.4-python2.7 + +COPY data /data \ No newline at end of file