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