Fix copy+paste error backend=>webapp

@mattwr18 ouch, that was a hard to spot error. It struck my eye when I
was switching back and forth between `docker-compose.override.yml` and
`docker-compose.travis.yml`.
This commit is contained in:
Robert Schäfer 2019-01-04 19:18:53 +01:00
parent b8fb1bd1c0
commit 9b3161ae15
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
version: "3.7"
services:
backend:
webapp:
build:
context: .
target: builder
target: builder