Add basic docker image buildin
All checks were successful
Build and Push Image / Build and push image (push) Successful in 2m20s

This commit is contained in:
Jan K9f 2024-07-11 07:19:30 +02:00
commit 8df3f02fe4
No known key found for this signature in database
GPG key ID: F4516B3772197F4B
2 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,4 @@
FROM shivammathur/node
RUN apt-get update
RUN apt-get install openssh-client -y