3 lines
97 B
Docker
3 lines
97 B
Docker
|
FROM git.shihaam.dev/dockerfiles/nginx-fpm:latest
|
||
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|