5 lines
87 B
Docker
5 lines
87 B
Docker
FROM cs-git.ddnss.de/docker/nginx-fpm-8-4
|
|
|
|
ENV SERVE_PATH=/public
|
|
|
|
COPY . /var/www/html |