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