feat: -s flag for showing self when conterainerised

This commit is contained in:
Jack Wills
2022-12-04 21:42:07 +00:00
parent e3aa4420cb
commit c93870e5fb
5 changed files with 23 additions and 13 deletions
+2 -1
View File
@@ -55,5 +55,6 @@ FROM alpine:latest AS runtime
COPY --from=builder /oxker /usr/local/bin
COPY ./containerised/start_oxker.sh ./
# Run the application, this is used in the application itself, to stop itself show when running from a docker container, so DO NOT EDIT
# 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 [ "./start_oxker.sh"]