Update Dockerfile
Browse files- 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
|
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 |
|