You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LABEL Description="A container to hold our documentation site. This is a static site built using Metalsmith on Node." Vendor="FreshVine.co" Version="1.0.0"
# Setup the Environment
ENV REFRESHED_AT=2017-12-30
ENV MAIN=/usr/src/app
WORKDIR ${MAIN}
# Build out the App Dependencies
ADD package.json ${MAIN}/package.json
RUN npm install --quiet
# RUN npm install forever -g
# Lets fire up Forever and get this service running