mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-23 17:28:23 +00:00
fix the dockerfile used in the CI for storagehub use;
This commit is contained in:
parent
819cde5a02
commit
9278e2cd05
1 changed files with 3 additions and 3 deletions
|
|
@ -53,9 +53,9 @@ COPY --from=builder \
|
|||
|
||||
# Create datahaven user and directories
|
||||
RUN useradd -m -u 1001 -U -s /bin/sh -d /datahaven datahaven && \
|
||||
mkdir -p /datahaven/.local/share /data && \
|
||||
chown -R datahaven:datahaven /data && \
|
||||
ln -s /data /datahaven/.local/share/datahaven
|
||||
mkdir -p /data /datahaven/.local/share /specs /storage && \
|
||||
chown -R datahaven:datahaven /data /storage && \
|
||||
ln -s /data /datahaven/.local/share/datahaven-node
|
||||
|
||||
USER datahaven
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue