edwagbb commited on
Commit
4c2addd
·
verified ·
1 Parent(s): 409ec49

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,7 +1,8 @@
1
  FROM neosmemo/memos:stable
 
2
  RUN chmod -R u+rwx,g+rwx,o+rwx /var/opt/memos
3
  RUN chmod -R u+rwx,g+rwx,o+rwx /tmp
4
- RUN apk update && apk upgrade && apk add git wget nodejs npm
5
  ENV localrepoPath /var/opt/memos
6
 
7
  ENTRYPOINT export Interval=10000 &&\
 
1
  FROM neosmemo/memos:stable
2
+ RUN apk update && apk upgrade && apk add git wget nodejs npm
3
  RUN chmod -R u+rwx,g+rwx,o+rwx /var/opt/memos
4
  RUN chmod -R u+rwx,g+rwx,o+rwx /tmp
5
+ RUN chmod -R u+rwx,g+rwx,o+rwx /.npm
6
  ENV localrepoPath /var/opt/memos
7
 
8
  ENTRYPOINT export Interval=10000 &&\