mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
10 lines
96 B
Docker
10 lines
96 B
Docker
FROM nginx:1.28.0-alpine3.21-slim
|
|
|
|
COPY ./gradido.conf /etc/nginx/conf.d/default.conf
|
|
|
|
|
|
|
|
|
|
|
|
|