docs: various typos
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user