edwagbb commited on
Commit
21c4ef3
·
verified ·
1 Parent(s): 8fb54a6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -2,8 +2,7 @@ FROM neosmemo/memos:stable
2
  RUN apk update && apk upgrade && apk add git wget nodejs npm
3
  RUN rm -rf /var/opt/memos && mkdir -p /var/opt/memos && 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
7
  ENV localrepoPath /var/opt/memos
8
 
9
  ENTRYPOINT export Interval=10000 &&\
 
2
  RUN apk update && apk upgrade && apk add git wget nodejs npm
3
  RUN rm -rf /var/opt/memos && mkdir -p /var/opt/memos && 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 && chmod -R u+rwx,g+rwx,o+rwx /.npm
 
6
  ENV localrepoPath /var/opt/memos
7
 
8
  ENTRYPOINT export Interval=10000 &&\