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
|
||||
|
||||
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.
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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
@@ -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 .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user