Skip to content

Commit ce20116

Browse files
author
Craig Mulligan
committed
Resinify
Add Dockerfile
1 parent 8b5d7fd commit ce20116

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Dockerfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
FROM resin/rpi-node:0.10.22
2+
3+
COPY . /app
4+
5+
RUN cd /app/coder-base && \
6+
npm install
7+
RUN cd /app/coder-apps && \
8+
./install_common.sh ../coder-base
9+
10+
WORKDIR /app/coder-base
11+
CMD ["node", "server.js"]

0 commit comments

Comments
 (0)