diff --git a/Dockerfile b/Dockerfile index 42e7f3c..29b86e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,8 @@ WORKDIR / COPY ./src /src COPY ./package*.json ./ +COPY ./gulpfile.js ./ +COPY ./tsconfig.json ./ RUN npm install RUN npm install -g gulp RUN npm install gulp