4 lines
133 B
Docker
4 lines
133 B
Docker
FROM aikidosecurity/local-scanner:latest
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
RUN chmod +x /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|