diff --git a/azure-vote/Dockerfile b/azure-vote/Dockerfile index ac103827a0..cafea17d2b 100644 --- a/azure-vote/Dockerfile +++ b/azure-vote/Dockerfile @@ -1,3 +1,5 @@ FROM tiangolo/uwsgi-nginx-flask:python3.6 RUN pip install redis ADD /azure-vote /app +RUN chmod 755 /app /app/static && chmod 644 /app/static/* +