Skip to content
Snippets Groups Projects
Commit df817030 authored by SimCAQ-Homologa's avatar SimCAQ-Homologa
Browse files

add dockerfile

parent d0137197
No related branches found
No related tags found
1 merge request!309Merge new updates into master
Pipeline #24945 failed
FROM node:dubnium-stretch
ENV HTTP_PROXY=http://httpproxy.c3sl.ufpr.br:3128/
ENV HTTPS_PROXY=http://httpproxy.c3sl.ufpr.br:3128/
RUN npm install --global gulp gulp-cli babel babel-cli babel-core babel-register mocha gulp-mocha gulp-eslint istanbul --force
RUN npm un -g gulp
RUN npm i -g gulp@3.9.0
RUN mkdir API
COPY . ./API
WORKDIR ./API
RUN npm install
RUN gulp build
EXPOSE 3000
CMD gulp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment