File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
infra_as_code/terraform_generator/backend Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,6 @@ terraform.tfstate.backup
34
34
infra_as_code /terraform_generator /backend /configs /terraform-generator.json
35
35
infra_as_code /terraform_generator /backend /configs /terraform-generator.json.example
36
36
37
- ** /output /** /*
37
+ ** /output /** /*
38
+
39
+ working-terraform-generator.json
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ RUN apt-get update && \
33
33
COPY --from=builder /app/terraform-app /app/terraform-app
34
34
35
35
# Copy necessary configuration files and templates
36
- COPY configs/ /app/configs/
37
- COPY templates/ /app/templates/
36
+ COPY --from=builder /app/ configs/ /app/configs/
37
+ COPY --from=builder /app/ templates/ /app/templates/
38
38
39
39
# Expose any required ports (if applicable)
40
40
# EXPOSE 8080
You can’t perform that action at this time.
0 commit comments