edwagbb commited on
Commit
9ea3b56
·
verified ·
1 Parent(s): aa28ec8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
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
4
  RUN chmod -R u+rwx,g+rwx,o+rwx /tmp
5
  RUN mkdir -p /.npm
6
  RUN chmod -R u+rwx,g+rwx,o+rwx /.npm
 
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 && rm -rf /var/opt/memos
4
  RUN chmod -R u+rwx,g+rwx,o+rwx /tmp
5
  RUN mkdir -p /.npm
6
  RUN chmod -R u+rwx,g+rwx,o+rwx /.npm