mirror of
https://github.com/eclipse/upm.git
synced 2025-07-25 13:11:19 +03:00
Deploy upm.mraa.io to github.com/intel-iot-devkit/upm.git:gh-pages
This commit is contained in:
17
Dockerfile
Normal file
17
Dockerfile
Normal 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
|
Reference in New Issue
Block a user