🌀
-
Priceline.com Germany GmbH (flyiin Gmbh)
- Berlin, Germany
-
14:21
(UTC +01:00) - https://orcid.org/0009-0001-7522-8283
Pinned Loading
-
AngularUI multistage Dockerfile with...
AngularUI multistage Dockerfile with pure NGINX layer 1FROM node:11-alpine as base2WORKDIR /app3COPY . .4RUN 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@latest5 -
NodeJS Multistage Dockerfile
NodeJS Multistage Dockerfile 1FROM node:alpine as development-base2WORKDIR /usr/src/app3COPY . .4ARG DOMAIN="dev.example.com"
5ENV DOMAIN=${DOMAIN} -
-
-
terraform-artifactory
terraform-artifactory PublicForked from shuaibiyy/terraform-artifactory
Deploy Artifactory on EC2 using Terraform
HCL
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.