@vellumai/credential-executor 0.11.9-dev.202609041713.aefee3e → 0.11.9-dev.202609041818.e0db78b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Dockerfile +1 -1
- package/package.json +1 -1
package/Dockerfile
CHANGED
|
@@ -50,7 +50,7 @@ RUN ln -sf /usr/local/bin/bun /usr/local/bin/bunx
|
|
|
50
50
|
RUN groupadd --system --gid 1001 ces && \
|
|
51
51
|
useradd --system --uid 1001 --gid ces --create-home ces
|
|
52
52
|
|
|
53
|
-
COPY --from=builder --chown=
|
|
53
|
+
COPY --link --from=builder --chown=1001:1001 /app /app
|
|
54
54
|
|
|
55
55
|
# Copy source after installing dependencies for better layer caching.
|
|
56
56
|
COPY --chown=ces:ces packages/service-contracts /app/packages/service-contracts
|