mirror of
https://github.com/Cian-H/pinp_test.git
synced 2026-03-02 11:58:09 +00:00
8 lines
129 B
Docker
8 lines
129 B
Docker
FROM docker.io/opensuse/leap:latest
|
|
|
|
COPY ./entrypoint.sh /entrypoint.sh
|
|
|
|
RUN chmod +x /entrypoint.sh
|
|
|
|
ENTRYPOINT /entrypoint.sh
|