Facebook
From x, 3 Years ago, written in Plain Text.
This paste is a reply to Re: Re: Untitled from Mammoth Lechwe - view diff
Embed
Download Paste or View Raw
Hits: 101
  1. FROM node:12
  2. WORKDIR /home/node/app
  3. COPY app /home/node/app
  4. RUN npm install
  5. CMD npm run app
  6. EXPOSE 9999

Replies to Re: Re: Re: Untitled rss

Title Name Language When
Re: Re: Re: Re: Untitled Gray Bushbaby text 3 Years ago.