fix: add DockerIgnore to exclude terraform & sdk Directories, build process should reduce the container image size

This commit is contained in:
allanice001
2025-11-06 08:18:55 +00:00
parent 30e91bfd88
commit 325e162d39
2 changed files with 3 additions and 2 deletions

View File

@@ -1,2 +1,3 @@
terraform terraform
terraform-provider-autoglue terraform-provider-autoglue
sdk

View File

@@ -15,7 +15,7 @@ RUN npm i -g yarn pnpm
WORKDIR /src WORKDIR /src
COPY . . COPY . .
RUN make clean && make swagger && make -j3 sdk-all && make ui && make build RUN make clean && make swagger && make sdk-ts-ui && make ui && make build
################################# #################################
# Runtime # Runtime