Back to Browse

Dockerfile Step by Step: Creating custom Containers.

32 views
Sep 23, 2020
25:03

how to create the custom images FROM node:7 WORKDIR /app COPY package.json/app RUN npm install COPY ./app CMD node app.js EXPOSE 8080 docker build -t node-api .

Download

0 formats

No download links available.

Dockerfile Step by Step: Creating custom Containers. | NatokHD