Dmitriy Pleshevskiy
9986a7b5c3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
7 lines
102 B
Docker
7 lines
102 B
Docker
FROM docker:23.0.1-dind
|
|
|
|
COPY entrypoint.sh /
|
|
|
|
RUN chmod +x /entrypoint.sh
|
|
|
|
ENTRYPOINT /entrypoint.sh
|