Update Dockerfile

Add gulpfile and tsconfig file import
pull/14/head
Trivernis 4 years ago committed by GitHub
parent cfa0e14f8e
commit 2457a8c849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,6 +3,8 @@ WORKDIR /
COPY ./src /src COPY ./src /src
COPY ./package*.json ./ COPY ./package*.json ./
COPY ./gulpfile.js ./
COPY ./tsconfig.json ./
RUN npm install RUN npm install
RUN npm install -g gulp RUN npm install -g gulp
RUN npm install gulp RUN npm install gulp

Loading…
Cancel
Save