- Portland, OR
- https://raer.me/
- Joined on
2024-09-04
Block a user
blog.raer.me (main)
Installation
docker pull gitea.raer.me/freyjagp/blog.raer.me:mainsha256:2a45c70dd0c01c99e805c4bfd4bc2068004397b6aa60b6ebdeeaced94f5d7a98
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 64dc4683ed | linux/arm64 | 25 MiB |
Image Layers ( linux/arm64)
| ADD alpine-minirootfs-3.20.9-aarch64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add nginx supervisor # buildkit |
| RUN /bin/sh -c mkdir -p /var/www # buildkit |
| RUN /bin/sh -c rm -rf /etc/nginx # buildkit |
| COPY build /var/www/build # buildkit |
| COPY .conf/nginx /etc/nginx # buildkit |
| COPY .conf/supervisor/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit |
| RUN /bin/sh -c chown -R nobody /var/www # buildkit |
| RUN /bin/sh -c chown -R nobody /etc/nginx # buildkit |
| RUN /bin/sh -c chown -R nobody /var/www/build # buildkit |
| RUN /bin/sh -c chown -R nobody /etc/supervisor/conf.d/ # buildkit |
| USER nobody |
| CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"] |
| EXPOSE [80/tcp] |