fix: typos

This commit is contained in:
Jack Wills
2023-02-27 02:56:47 +00:00
parent b6c3ce21ca
commit cebb975cb8
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -58,5 +58,5 @@ ENV OXKER_RUNTIME=container
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
# this is used in the application itself, to stop itself from listing itself, so DO NOT EDIT
ENTRYPOINT [ "/app/oxker"]