We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bafca4a commit 2e4ff45Copy full SHA for 2e4ff45
nginx-webdav/Dockerfile
@@ -5,7 +5,7 @@ LABEL maintainer="maltokyo"
5
RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y nginx-extras apache2-utils
6
7
8
-COPY webdav.conf /etc/nginx/conf.d/default.conf
+COPY ./webdav.conf /etc/nginx/conf.d/default.conf
9
RUN rm /etc/nginx/sites-enabled/*
10
11
@@ -16,6 +16,6 @@ RUN chown -R www-data:www-data "/media/data"
16
VOLUME /media/data
17
18
19
-COPY entrypoint.sh /
+COPY ./entrypoint.sh /
20
RUN chmod +x entrypoint.sh
21
CMD /entrypoint.sh && nginx -g "daemon off;"
0 commit comments