mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-28 13:16:33 +00:00
9 lines
87 B
Docker
9 lines
87 B
Docker
FROM nginx:1.21.0-alpine
|
|
|
|
COPY ./gradido.conf /etc/nginx/conf.d/default.conf
|
|
|
|
|
|
|
|
|
|
|