mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
3 lines
72 B
Docker
3 lines
72 B
Docker
FROM nginx:1.21-alpine
|
|
COPY default.conf /etc/nginx/conf.d/default.conf
|