Skip to content
Snippets Groups Projects
Commit b136374e authored by Miguel Angelo Salerno's avatar Miguel Angelo Salerno
Browse files

remove dockerfile

parent b82e177a
No related branches found
No related tags found
2 merge requests!309Merge new updates into master,!283Homologa
Pipeline #28610 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 NODE_ENV=production 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