Skip to content

Instantly share code, notes, and snippets.

View shauryasingh21's full-sized avatar

shauryasingh21

View GitHub Profile
@shauryasingh21
shauryasingh21 / Dockerfile
Created April 26, 2024 07:31 — forked from piyushgarg-dev/Dockerfile
Docker In One Shot
FROM ubuntu
RUN apt-get update
RUN apt-get install -y curl
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -
RUN apt-get upgrade -y
RUN apt-get install -y nodejs
COPY package.json package.json
COPY package-lock.json package-lock.json
@shauryasingh21
shauryasingh21 / README.md
Created April 25, 2024 05:49 — forked from piyushgarg-dev/README.md
Kafka Crash Course
@shauryasingh21
shauryasingh21 / Jenkinsfile
Created January 6, 2022 14:51 — forked from merikan/Jenkinsfile
Some Jenkinsfile examples
Some Jenkinsfile examples