Commit d84d5586 authored by Tobias Munk's avatar Tobias Munk

fixed nginx permissions

- due to failures
parent 31c85e09
Pipeline #16862 passed with stages
in 1 minute and 28 seconds
......@@ -7,8 +7,9 @@ RUN chmod u+x /usr/local/bin/forego
# Install nginx
RUN apk --update add nginx
# Add configuration files
# Add configuration files, Note: nginx runs under `www-data`
COPY image-files/ /
RUN chown -R www-data:www-data /var/lib/nginx/
CMD ["forego", "start", "-r", "-f", "/root/Procfile"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment