mirror of
https://github.com/Cian-H/pinp_test.git
synced 2026-05-09 08:21:43 +01:00
8 lines
130 B
Docker
8 lines
130 B
Docker
FROM docker.io/library/alpine:latest
|
|
|
|
COPY ./entrypoint.sh /entrypoint.sh
|
|
|
|
RUN chmod +x /entrypoint.sh
|
|
|
|
ENTRYPOINT /entrypoint.sh
|