Skip to content

Commit cdc87ff

Browse files
authored
Merge pull request #16 from element-hq/t3chguy/docker-avoid-tmp
Update EW modules docker path
2 parents 8120bdd + 4643be5 commit cdc87ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/element-web-module-api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ RUN cp -r ./$BUILD_CONTEXT/lib/ /modules/$(jq -r '"\(.name)-v\(.version)"' ./$BU
2121

2222
FROM ghcr.io/element-hq/element-web:${ELEMENT_VERSION}
2323

24-
COPY --from=builder /modules /tmp/element-web-modules/
24+
COPY --from=builder /modules /modules/

0 commit comments

Comments
 (0)