Files
Catalyst/Dockerfile
josh 99034ec926
Some checks failed
Build / build (push) Has been cancelled
ci/cd reformats
2026-03-27 23:11:28 -04:00

4 lines
94 B
Docker

FROM nginx:alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY . /usr/share/nginx/html