Skip to content

Commit

Permalink
chore(docker): run as root
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Oct 30, 2023
1 parent 6e54bdb commit 9aad532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
- name: Build and push image
run: |
cargo install cross --git https://github.com/cross-rs/cross
export PROFILE=release && make docker-build-latest
export PROFILE=release && sudo make docker-build-latest
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ UNIT_TEST_ARGS := --locked --workspace --all-features
PROFILE ?= release
DOCKER_IMAGE_NAME ?= alchemyplatform/rundler
BIN_DIR = "dist/bin"
BUILD_PATH = "target"

.PHONY: build
build: ## Build the project.
Expand Down

0 comments on commit 9aad532

Please sign in to comment.