agent-claw: automated task changes
This commit is contained in:
10
cdk/node_modules/constructs/Dockerfile
generated
vendored
Normal file
10
cdk/node_modules/constructs/Dockerfile
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM jsii/superchain:1-bookworm-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
ARG BUILD_ARGS
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN yarn install && yarn build ${BUILD_ARGS}
|
||||
|
||||
Reference in New Issue
Block a user