2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-25 02:34:57 +02:00
docker/.examples/docker-compose/opensocial.at/web/Dockerfile

12 lines
179 B
Docker

FROM nginx:latest
RUN usermod -u 82 www-data
COPY ./templates /etc/nginx/conf.d/templates
COPY nginx.conf /etc/nginx/nginx.conf
COPY *.sh /
RUN chmod +x /*.sh
CMD ["/cmd.sh"]