Deploy upm.mraa.io to github.com/intel-iot-devkit/upm.git:gh-pages

This commit is contained in:
Deployment Bot (from Travis CI)
2018-11-07 21:32:23 +00:00
commit c515bd76c9
2945 changed files with 357940 additions and 0 deletions

17
Dockerfile Normal file
View File

@ -0,0 +1,17 @@
FROM node:latest
# Install Ruby Tools
RUN apt-get update && apt-get install -y ruby ruby-dev && \
gem install sass bundler --no-user-install
# Install Global Node.js Tools
RUN npm install -g gulp
# Expose port for development
EXPOSE 1234
EXPOSE 3001
# Set Workdir to the mounted directory
WORKDIR /usr/src/app
CMD bash