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

update gitignore

parent 971630d8
No related branches found
No related tags found
1 merge request!309Merge new updates into master
Pipeline #28611 failed
...@@ -24,3 +24,6 @@ docs/ ...@@ -24,3 +24,6 @@ docs/
.vscode/ .vscode/
package-lock.json package-lock.json
Dockerfile
FROM node:carbon-buster
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