Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -8,8 +8,6 @@ EXPOSE 7860
|
|
8 |
COPY . .
|
9 |
RUN rm -rf /tavern/data/*
|
10 |
RUN chmod +x /tavern/entrypoint.sh
|
11 |
-
RUN
|
12 |
-
RUN touch /etc/davfs2/secrets
|
13 |
-
RUN chmod -R 777 /etc/davfs2
|
14 |
ENTRYPOINT ["/tavern/entrypoint.sh"]
|
15 |
CMD ["node", "server.js"]
|
|
|
8 |
COPY . .
|
9 |
RUN rm -rf /tavern/data/*
|
10 |
RUN chmod +x /tavern/entrypoint.sh
|
11 |
+
RUN chmod +x /tavern/webdav-sync
|
|
|
|
|
12 |
ENTRYPOINT ["/tavern/entrypoint.sh"]
|
13 |
CMD ["node", "server.js"]
|