Commit e1d60ef0 by Johannes Zellner

Add missing files

1 parent 50bd3f13
test/*
node_modules/*
files/*
node_modules/
files/
......@@ -8,11 +8,12 @@ ENV PATH /usr/local/node-0.12.7/bin:$PATH
RUN mkdir -p /app/code
WORKDIR /app/code
ADD package.json /app/code/package.json
ADD src /app/code/src
ADD app.js /app/code/app.js
ADD app /app/code/app
ADD start.sh /app/code/start.sh
ADD cli /app/code/cli
ADD package.json app.js start.sh README.md /app/code/
RUN npm install --production
EXPOSE 3000
......
No preview for this file type
No preview for this file type
This diff could not be displayed because it is too large.
No preview for this file type
No preview for this file type
No preview for this file type
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!