11 lines
282 B
Plaintext
11 lines
282 B
Plaintext
FROM ghcr.io/inti-cmnb/kicad6_auto_full:latest
|
|
LABEL AUTHOR Salvador E. Tropea <stropea@inti.gob.ar>
|
|
LABEL Description="Export various files from KiCad projects (KiCad 6)"
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
RUN chmod +x /entrypoint.sh
|
|
|
|
WORKDIR /mnt
|
|
|
|
ENTRYPOINT [ "/entrypoint.sh" ]
|