Skip to content

Commit

Permalink
update entrypoint again
Browse files Browse the repository at this point in the history
  • Loading branch information
deantchi committed Aug 24, 2023
1 parent ea4e8bb commit 750960e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ COPY . ./
RUN cargo build --release --manifest-path ./Cargo.toml

FROM gcr.io/distroless/cc
COPY --from=builder target/release/stacks-devnet-api /bin/stacks-devnet-api
COPY --from=builder target/release/stacks-devnet-api /

ENTRYPOINT ["stacks-devnet-api"]
ENTRYPOINT ["/stacks-devnet-api"]
2 changes: 1 addition & 1 deletion templates/stacks-devnet-api.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
serviceAccountName: stacks-devnet-api-service-account
containers:
- command:
- ./stacks-devnet-api
- /stacks-devnet-api
name: stacks-devnet-api-container
image: stacks-devnet-api:latest
imagePullPolicy: Never
Expand Down

0 comments on commit 750960e

Please sign in to comment.