docs: various typos

This commit is contained in:
Jack Wills
2023-02-17 18:42:32 +00:00
parent a2e49bde5f
commit 3d41fff62b
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ oxker encourages any, and all, suggestions, bug reports, pull requests, and/or f
## Submitting Issues
Please use the oxker [issue templates for](https://github.com/mrjackwills/oxker/issues/new/choose) any Bug Report, Feature Suggestions,
Please use the oxker [issue templates](https://github.com/mrjackwills/oxker/issues/new/choose) for any Bug Report, Feature Suggestions,
Refactor Idea, or Security Vulnerabilities.
Don't hesitate to submit any issues or pull requests, regardless of size.
+1 -1
View File
@@ -59,4 +59,4 @@ COPY --from=BUILDER /oxker /app/
# Run the application
# this is used in the application itself, to stop itself show when running from a docker container, so DO NOT EDIT
ENTRYPOINT [ "./app/oxker"]
ENTRYPOINT [ "/app/oxker"]
+1 -1
View File
@@ -11,7 +11,7 @@ COPY ./target/x86_64-unknown-linux-musl/release/oxker /app/
# Run the application
# this is used in the application itself, to stop itself show when running from a docker container, so DO NOT EDIT
ENTRYPOINT [ "./app/oxker"]
ENTRYPOINT [ "/app/oxker"]
# Dev build for testing
# docker build -t oxker_dev -f Dockerfile . && docker run --rm -it --volume /var/run/docker.sock:/var/run/docker.sock:ro oxker_dev
+4 -2
View File
@@ -1,7 +1,7 @@
#!/bin/bash
# rust create_release
# v0.2.1
# v0.2.2
STAR_LINE='****************************************'
CWD=$(pwd)
@@ -231,7 +231,9 @@ release_flow() {
echo -e "\ncargo fmt"
cargo fmt
echo -e "\n${PURPLE}cargo check${RESET}\n"
cargo check
release_continue "git add ."
git add .