This repository has been archived on 2025-06-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
axumbooru-rip/client/Dockerfile
2025-06-10 00:54:51 +03:00

5 lines
No EOL
114 B
Docker

FROM szurubooru/client:2.5
COPY nginx.conf.docker /etc/nginx/nginx.conf
CMD ["/docker-start.sh"]
VOLUME ["/data"]