FROM node:7 MAINTAINER kumavis # setup app dir RUN mkdir -p /www/ WORKDIR /www/ # install dependencies COPY ./package.json /www/package.json # RUN npm install -g node-gyp RUN npm install >> npm_log 2>> npm_err || true RUN cat npm_log && cat npm_err # copy over app dir COPY ./ /www/ # run tests # RUN npm test # build app RUN npm run dist # start server CMD node mascara/example/server.js rg/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/games/traindirector
Commit message (Expand)AuthorAgeFilesLines
* Change to my FreeBSD.org email address.madpilot2012-04-151-1/+1
* - Fix build with clangdhn2012-01-032-4/+9
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-3/+0
* -remove MD5ohauer2011-07-031-1/+0
* - update to 1.4.1dinoex2010-03-281-1/+1
* - update to jpeg-8dinoex2010-02-05