Skip to content

Commit 2e4ff45

Browse files
committed
use relative path to COPY
1 parent bafca4a commit 2e4ff45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nginx-webdav/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL maintainer="maltokyo"
55
RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y nginx-extras apache2-utils
66

77

8-
COPY webdav.conf /etc/nginx/conf.d/default.conf
8+
COPY ./webdav.conf /etc/nginx/conf.d/default.conf
99
RUN rm /etc/nginx/sites-enabled/*
1010

1111

@@ -16,6 +16,6 @@ RUN chown -R www-data:www-data "/media/data"
1616
VOLUME /media/data
1717

1818

19-
COPY entrypoint.sh /
19+
COPY ./entrypoint.sh /
2020
RUN chmod +x entrypoint.sh
2121
CMD /entrypoint.sh && nginx -g "daemon off;"

0 commit comments

Comments
 (0)