0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-27 05:20:54 +02:00

Use custom Dockerfiles instead of mounts

This commit is contained in:
Tilo Spannagel 2018-08-01 21:59:11 +02:00
parent 4ce7ef03ba
commit e05e2f1dd7
5 changed files with 17 additions and 12 deletions

View file

@ -0,0 +1,3 @@
FROM nginx
COPY nginx.conf /etc/nginx/nginx.conf