docs: various typos
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ oxker encourages any, and all, suggestions, bug reports, pull requests, and/or f
|
|||||||
|
|
||||||
## Submitting Issues
|
## 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.
|
Refactor Idea, or Security Vulnerabilities.
|
||||||
|
|
||||||
Don't hesitate to submit any issues or pull requests, regardless of size.
|
Don't hesitate to submit any issues or pull requests, regardless of size.
|
||||||
|
|||||||
@@ -59,4 +59,4 @@ 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 show when running from a docker container, so DO NOT EDIT
|
||||||
ENTRYPOINT [ "./app/oxker"]
|
ENTRYPOINT [ "/app/oxker"]
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ COPY ./target/x86_64-unknown-linux-musl/release/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 show when running from a docker container, so DO NOT EDIT
|
||||||
ENTRYPOINT [ "./app/oxker"]
|
ENTRYPOINT [ "/app/oxker"]
|
||||||
|
|
||||||
# Dev build for testing
|
# 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
|
# docker build -t oxker_dev -f Dockerfile . && docker run --rm -it --volume /var/run/docker.sock:/var/run/docker.sock:ro oxker_dev
|
||||||
|
|||||||
+3
-1
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# rust create_release
|
# rust create_release
|
||||||
# v0.2.1
|
# v0.2.2
|
||||||
|
|
||||||
STAR_LINE='****************************************'
|
STAR_LINE='****************************************'
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
@@ -231,6 +231,8 @@ release_flow() {
|
|||||||
|
|
||||||
echo -e "\ncargo fmt"
|
echo -e "\ncargo fmt"
|
||||||
cargo fmt
|
cargo fmt
|
||||||
|
echo -e "\n${PURPLE}cargo check${RESET}\n"
|
||||||
|
cargo check
|
||||||
|
|
||||||
release_continue "git add ."
|
release_continue "git add ."
|
||||||
git add .
|
git add .
|
||||||
|
|||||||
Reference in New Issue
Block a user