Added Assets
This commit is contained in:
7
assets/dockerfiles/binary.dockerfile
Normal file
7
assets/dockerfiles/binary.dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM fedora:41
|
||||
|
||||
RUN dnf install -y socat
|
||||
WORKDIR /service/
|
||||
ADD ./okay /service/okay
|
||||
RUN chmod +x ./okay
|
||||
ENTRYPOINT ["socat", "-d", "TCP-LISTEN:3000,reuseaddr,fork", "EXEC:timeout -k 5 30 ./okay"]
|
||||
Reference in New Issue
Block a user