Skip to content
View hdhruna's full-sized avatar
🌀
🌀

Block or report hdhruna

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. AngularUI multistage Dockerfile with... AngularUI multistage Dockerfile with pure NGINX layer
    1
    FROM node:11-alpine as base
    2
    WORKDIR /app
    3
    COPY . .
    4
    RUN npm set progress=false && npm config set depth 0 && npm cache clean --force  && npm config set unsafe-perm true && npm i npm@latest -g && npm install --quiet && npm audit fix && npm install -g @angular/cli@latest
    5
    
                  
  2. NodeJS Multistage Dockerfile NodeJS Multistage Dockerfile
    1
    FROM node:alpine as development-base
    2
    WORKDIR /usr/src/app
    3
    COPY . .
    4
    ARG DOMAIN="dev.example.com"
    5
    ENV DOMAIN=${DOMAIN}
  3. payload_extract payload_extract Public

    Shell

  4. sonarqube-rds-pgsql sonarqube-rds-pgsql Public

    SonarQube with RDS (PostgreSQL11)

    HCL

  5. terraform-artifactory terraform-artifactory Public

    Forked from shuaibiyy/terraform-artifactory

    Deploy Artifactory on EC2 using Terraform

    HCL