Docker-S3DB/Dockerfile.traptest

6 lines
179 B
Text
Raw Normal View History

2022-09-01 14:31:45 +00:00
FROM ubuntu:jammy AS mariadb-traptest
COPY traptest.sh /usr/local/bin/traptest
RUN chmod +x /usr/local/bin/traptest
ENTRYPOINT ["/usr/local/bin/traptest"]
CMD []
STOPSIGNAL SIGINT