File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN cargo build --release --target x86_64-unknown-linux-musl
1515
1616FROM scratch
1717
18- LABEL org.opencontainers.image.source=https://github.com/DiamondLightSource/data-endpoint-lookup .git
18+ LABEL org.opencontainers.image.source=https://github.com/DiamondLightSource/numtracker .git
1919LABEL org.opencontainers.image.description="Central co-ordinator for scan numbers and file locations"
2020LABEL org.opencontainers.image.licenses=Apache-2.0
2121
Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ version of the compiler (1.81+). This is available from [rustup.rs][_rustup].
13131 . Clone this repository
1414
1515 ```
16- $ git clone [email protected] :DiamondLightSource/data-endpoint-lookup .git 17- Cloning into 'data-endpoint-lookup '...
16+ $ git clone [email protected] :DiamondLightSource/numtracker .git 17+ Cloning into 'numtracker '...
1818 ...
19- $ cd data-endpoint-lookup
19+ $ cd numtracker
2020 ```
2121
22222. Build the project
2323
2424 ```
2525 $ cargo build
26- Compiling numtracker v0.1.0 (./path/to/data-endpoint-lookup )
26+ Compiling numtracker v0.1.0 (./path/to/numtracker )
2727 ...
2828 Finished 'dev' profile [unoptimized + debuginfo] target(s) in 11.56s
2929 ```
You can’t perform that action at this time.
0 commit comments