stylelint/Dockerfile
Serhiy Mytrovtsiy 562ab165b9
node v18 lock
2024-01-12 17:24:55 +01:00

8 lines
151 B
Docker

FROM exelban/baseimage:node-18
COPY LICENSE README.md /
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]