container-images/node/Containerfile
skeris 91fa0bca2e
Some checks failed
Build and Push Golang Image / build-and-push (push) Has been cancelled
ci: add workflow to automation golang image creation
2025-05-27 21:44:44 +03:00

6 lines
164 B
Docker

FROM gitea.pena/penadevops/container-images/node:main as build
COPY ./psstat.sh /usr/local/bin
RUN apk add --no-cache procps
RUN chmod +x /usr/local/bin/psstat.sh