edwagbb commited on
Commit
6c5affd
·
verified ·
1 Parent(s): ad1ff22

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 mkdir -p /tmp/data && chmod -R u+rwx,g+rwx,o+rwx /tmp
4
  RUN mkdir -p /.npm && chmod -R u+rwx,g+rwx,o+rwx /.npm
5
  ENV localrepoPath /tmp/data
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 /tmp
4
  RUN mkdir -p /.npm && chmod -R u+rwx,g+rwx,o+rwx /.npm
5
  ENV localrepoPath /tmp/data
6