mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +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
|
|
|
|
|
|
|
|
|
|
|