🚀
Kraftwerk
-
Priceline.com Germany GmbH (flyiin Gmbh)
- Berlin, Germany
-
16:08
(UTC +01:00)
Pinned Loading
-
AngularUI multistage Dockerfile with...
AngularUI multistage Dockerfile with pure NGINX layer 1FROM node:11-alpine as base
2WORKDIR /app
3COPY . .
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@latest
5 -
NodeJS Multistage Dockerfile
NodeJS Multistage Dockerfile 1FROM node:alpine as development-base
2WORKDIR /usr/src/app
3COPY . .
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.