mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
Merge pull request #390 from ggogel/patch-1
create /data and give ownership to node user
This commit is contained in:
commit
1219ef2b4e
@ -29,6 +29,8 @@ COPY --from=builder /home/node/matrix-dimension/config /home/node/matrix-dimensi
|
||||
|
||||
RUN chown -R node /home/node/matrix-dimension
|
||||
|
||||
RUN mkdir /data && chown -R node /data
|
||||
|
||||
USER node
|
||||
|
||||
RUN npm clean-install --production
|
||||
|
Loading…
Reference in New Issue
Block a user