diff --git a/Dockerfile b/Dockerfile index b6fcb9b..85a7357 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,6 @@ COPY . /teddit/ RUN npm install --no-optional COPY config.js.template /teddit/config.js +RUN find /teddit/static/ -type d -exec chmod -R 777 {} \; + CMD npm start