Skip to content

Instantly share code, notes, and snippets.

@millzpaugh
Created August 14, 2018 15:29
Show Gist options
  • Save millzpaugh/67291741d736e8976a483f6e27ff188a to your computer and use it in GitHub Desktop.
Save millzpaugh/67291741d736e8976a483f6e27ff188a to your computer and use it in GitHub Desktop.
FROM ubuntu:14.04
WORKDIR /src/app #you can create a working dir if you want
RUN apt-get update -y && apt-get install -y curl
RUN curl <install a program>
RUN ./scripts/install.sh
RUN mkdir /src/files
COPY package.json index.js ./
COPY folder folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment