Skip to content

Commit

Permalink
Actualized builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Volkov committed Nov 23, 2021
1 parent 8717b62 commit a77446c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions images/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ WORKDIR /runner
ONBUILD WORKDIR /usr/local/src

FROM dcr.bndigital.dev/library/nodejs:1.0.1 AS cms
COPY packages/cms .
COPY ./packages/cms .
ENTRYPOINT ["yarn"]
CMD ["strapi", "start"]

FROM dcr.bndigital.dev/library/nodejs:1.0.1 AS website
COPY packages/website/build .
COPY ./packages/website/build .
4 changes: 2 additions & 2 deletions images/build/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ kind: Config
build:
artifacts:
- image: cms
context: .
context: '{{ .CWD }}'
docker:
target: cms
dockerfile: Dockerfile
- image: website
context: .
context: '{{ .CWD }}'
docker:
target: cms
dockerfile: Dockerfile
Expand Down

0 comments on commit a77446c

Please sign in to comment.