Skip to content

Commit

Permalink
fix(docker): fix path to engine package files (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentlp committed Nov 23, 2021
1 parent 32c2679 commit 3a0c6cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ dist/
bin/
*.log

.parcel-cache
.cache
.git
.github
.vscode
coverage
storybook-static
build
doc
res
scripts
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKDIR /messaging
COPY --from=build /messaging/packages/server/dist packages/server/src
COPY --from=build /messaging/packages/server/package.json packages/server/package.json

COPY --from=build /messaging/packages/engine/dist packages/engine/src
COPY --from=build /messaging/packages/engine/dist packages/engine/dist
COPY --from=build /messaging/packages/engine/package.json packages/engine/package.json

COPY --from=build /messaging/packages/base/dist packages/base/dist
Expand Down

0 comments on commit 3a0c6cb

Please sign in to comment.