Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Aug 14, 2024
1 parent 5cc0d7a commit 7959156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
docker:
runs-on: ubuntu-latest
runs-on: [self-hosted, linux]
steps:
- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LABEL maintainer="hello@acala.network"
COPY --from=builder /acala/target/release/acala /usr/local/bin

USER root
RUN useradd -m -u 1001 -U -s /bin/sh -d /acala acala && \
RUN useradd -m -u 1000 -U -s /bin/sh -d /acala acala && \
mkdir -p /acala/data /acala/.local/share && \
chown -R acala:acala /acala/data && \
ln -s /acala/data /acala/.local/share/acala && \
Expand Down

0 comments on commit 7959156

Please sign in to comment.