Skip to content

Commit f43076c

Browse files
Merge pull request #1172 from CodeForAfrica/fix/trustlab-docker-build
Fix TrustLab Docker build failure due to `--link` and `chown` conflict
2 parents 4865749 + 466faae commit f43076c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ FROM base-runner AS trustlab-runner
965965

966966
# PNPM
967967
# symlink some dependencies
968-
COPY --from=trustlab-builder --link --chown=nextjs:nodejs /workspace/node_modules ./node_modules
968+
COPY --from=trustlab-builder --chown=nextjs:nodejs /workspace/node_modules ./node_modules
969969

970970
# Next.js
971971
# Public assets

0 commit comments

Comments
 (0)