Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -9,5 +9,4 @@ COPY . .
|
|
9 |
RUN rm -rf /tavern/data/*
|
10 |
RUN chmod +x /tavern/entrypoint.sh
|
11 |
RUN chmod +x /tavern/webdav-sync
|
12 |
-
|
13 |
-
CMD ["node", "server.js"]
|
|
|
9 |
RUN rm -rf /tavern/data/*
|
10 |
RUN chmod +x /tavern/entrypoint.sh
|
11 |
RUN chmod +x /tavern/webdav-sync
|
12 |
+
CMD ["/tavern/entrypoint.sh"]
|
|