Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Martin Dinov
POD
Commits
48998848
Verified
Commit
48998848
authored
4 years ago
by
Vasili Novikov
Browse files
Options
Download
Email Patches
Plain Diff
Fix passing RUN_UID
parent
9ccf6f1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-0
Dockerfile
src/internal_api.rs
+1
-0
src/internal_api.rs
with
2 additions
and
0 deletions
+2
-0
Dockerfile
+
1
-
0
View file @
48998848
...
...
@@ -22,6 +22,7 @@ RUN set -x && \
COPY
res res
COPY
build.rs build.rs
COPY
src src
COPY
.git .git
RUN
cargo build
--release
&&
mv
target/release/pod ./
&&
rm
-rf
target
...
...
This diff is collapsed.
Click to expand it.
src/internal_api.rs
+
1
-
0
View file @
48998848
...
...
@@ -485,6 +485,7 @@ pub fn run_indexers(sqlite: &Pool<SqliteConnectionManager>, uid: i64) -> Result<
"--name=memri-indexers_1"
,
"--env=POD_ADDRESS=pod_pod_1"
,
&
format!
(
"--env=POD_ADDRESS={}"
,
pod_address
()),
&
format!
(
"--env=RUN_UID={}"
,
uid
),
"memri-indexers:latest"
,
],
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets