mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
11 lines
216 B
Docker
11 lines
216 B
Docker
FROM nginx:1.21.0
|
|
|
|
WORKDIR /var/www/cakephp
|
|
|
|
COPY ./nginx/nginx.conf /etc/nginx/conf.d/default.conf
|
|
COPY ./nginx/fastcgi.conf /etc/nginx/
|
|
COPY ./nginx/mime.types /etc/nginx/
|
|
|
|
COPY ./community_server/webroot webroot
|
|
|