diff --git a/Dockerfile b/Dockerfile index d9b679111..e28629294 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,8 +18,8 @@ FROM base as builder RUN yarn install --frozen-lockfile --non-interactive RUN cd styleguide && yarn install --production=false --frozen-lockfile --non-interactive \ && cd .. \ - && yarn run styleguide:build -COPY . . + && yarn run styleguide:build +COPY . . RUN yarn run build FROM base as production diff --git a/docker-compose.travis.yml b/docker-compose.travis.yml index 80942a27a..0c3293127 100644 --- a/docker-compose.travis.yml +++ b/docker-compose.travis.yml @@ -1,7 +1,7 @@ version: "3.7" services: - backend: + webapp: build: context: . - target: builder \ No newline at end of file + target: builder