2ch commited on
Commit
8c0e1a0
·
verified ·
1 Parent(s): 80e7a53

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- ENTRYPOINT ["/tavern/entrypoint.sh"]
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"]