diff --git a/.circleci/config.yml b/.circleci/config.yml index 2440b829..3ac2773c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ jobs: name: Install dependencies command: | apk add --no-cache py-pip=9.0.0-r1 - pip install docker-compose==1.15.0 + pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org docker-compose - run: name: Run tests command: | diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/.idea/dockerapp.iml b/.idea/dockerapp.iml new file mode 100644 index 00000000..d6ebd480 --- /dev/null +++ b/.idea/dockerapp.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 00000000..639900d1 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..4e4e629f --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..35eb1ddf --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 00000000..618d8104 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + 1738249107448 + + + + + + \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index bca0015a..9c416a15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.5 +FROM python:3.8 RUN pip install Flask==0.11.1 redis==2.10.5 RUN useradd -ms /bin/bash admin USER admin diff --git a/dummy.txt b/dummy.txt new file mode 100644 index 00000000..e69de29b