Skip to content
Snippets Groups Projects
Commit cac03929 authored by Henrique Varella Ehrenfried's avatar Henrique Varella Ehrenfried :speech_balloon:
Browse files

Update Dockerfile

parent e6768ac2
No related branches found
No related tags found
1 merge request!48Development
Pipeline #24028 failed
FROM node:9.5.0-stretch FROM node:dubnium-stretch
RUN apt-get -y update -qq && apt-get install -y -qq apt-utils RUN apt-get -y update && apt-get install -y apt-utils
RUN npm install --global gulp gulp-cli babel babel-cli babel-core babel-register mocha gulp-mocha gulp-eslint istanbul RUN npm install --global gulp gulp-cli babel babel-cli babel-core babel-register mocha gulp-mocha gulp-eslint istanbul --force
RUN mkdir API RUN mkdir API
...@@ -12,6 +12,10 @@ WORKDIR ./API ...@@ -12,6 +12,10 @@ WORKDIR ./API
RUN npm install RUN npm install
RUN npm un -g gulp
RUN npm i -g gulp@3.9.0
RUN gulp build RUN gulp build
EXPOSE 4000 EXPOSE 4000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment