This repository has been archived on 2026-02-22. 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.
web/Dockerfile

3 lines
96 B
Docker

FROM nginx:1.21.4-alpine
COPY default.conf.template /etc/nginx/templates/default.conf.template