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
@@ -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