Skip to content

Commit

Permalink
build error in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
juacompe committed Dec 27, 2020
1 parent 147c8b6 commit 7474e54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -8,9 +8,6 @@ cache:
- api/node_modules
- web/node_modules

environment:
CHILD_CONCURRENCY: 1

script:
- ./script/unittestweb
- ./script/unittestapi
Expand Down
1 change: 1 addition & 0 deletions web/Dockerfile
@@ -1,5 +1,6 @@
FROM node:latest AS build
WORKDIR /app
ENV CHILD_CONCURRENCY 1
COPY package*.json ./
RUN npm install
COPY . .
Expand Down

0 comments on commit 7474e54

Please sign in to comment.