fix: typos
This commit is contained in:
@@ -38,6 +38,7 @@ jobs:
|
|||||||
run: cargo install cross --git https://github.com/cross-rs/cross
|
run: cargo install cross --git https://github.com/cross-rs/cross
|
||||||
|
|
||||||
# Build for linux x86_64
|
# Build for linux x86_64
|
||||||
|
# Should this actually build for musl?
|
||||||
- name: build release linux_x86_64
|
- name: build release linux_x86_64
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
# Compress output into tar
|
# Compress output into tar
|
||||||
|
|||||||
@@ -58,5 +58,5 @@ ENV OXKER_RUNTIME=container
|
|||||||
COPY --from=BUILDER /oxker /app/
|
COPY --from=BUILDER /oxker /app/
|
||||||
|
|
||||||
# Run the application
|
# Run the application
|
||||||
# this is used in the application itself, to stop itself show when running from a docker container, so DO NOT EDIT
|
# this is used in the application itself, to stop itself from listing itself, so DO NOT EDIT
|
||||||
ENTRYPOINT [ "/app/oxker"]
|
ENTRYPOINT [ "/app/oxker"]
|
||||||
|
|||||||
@@ -176,7 +176,7 @@ impl DockerData {
|
|||||||
|
|
||||||
/// Get all current containers, handle into ContainerItem in the app_data struct rather than here
|
/// Get all current containers, handle into ContainerItem in the app_data struct rather than here
|
||||||
/// Just make sure that items sent are guaranteed to have an id
|
/// Just make sure that items sent are guaranteed to have an id
|
||||||
/// If in a containerised runtime, will ignore any container that uses the q`./app/oxker` as an entry point, unless the `-s` flag is set
|
/// If in a containerised runtime, will ignore any container that uses the `/app/oxker` as an entry point, unless the `-s` flag is set
|
||||||
pub async fn update_all_containers(&mut self) -> Vec<(bool, ContainerId)> {
|
pub async fn update_all_containers(&mut self) -> Vec<(bool, ContainerId)> {
|
||||||
let containers = self
|
let containers = self
|
||||||
.docker
|
.docker
|
||||||
|
|||||||
Reference in New Issue
Block a user