mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
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:
parent
b8fb1bd1c0
commit
9b3161ae15
@ -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
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
backend:
|
||||
webapp:
|
||||
build:
|
||||
context: .
|
||||
target: builder
|
||||
target: builder
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user