File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 9
9
prep-jar :
10
10
cp ../../agent/target/agent-1.0-SNAPSHOT.jar ./$(COMPONENT ) /deep.jar
11
11
12
+ .PHONY : prep-cf
13
+ prep-cf :
14
+ cp ../../it-tests/cf-tests/src/test/cfml/testFile.cfm ./$(COMPONENT ) /testFile.cfm
15
+ cp ../../it-tests/cf-tests/src/test/resources/jvm.config ./$(COMPONENT ) /jvm.config
16
+
12
17
.PHONY : docker
13
- docker : check-component prep-jar
18
+ docker : check-component prep-jar prep-cf
14
19
docker build -t ghcr.io/intergral/deep:$(COMPONENT ) -f $(COMPONENT ) /Dockerfile ./$(COMPONENT )
15
20
16
21
.PHONY : coldfusion
Original file line number Diff line number Diff line change
1
+ jvm.config
2
+ testFile.cfm
Original file line number Diff line number Diff line change
1
+ FROM adobecoldfusion/coldfusion:latest-2018
2
+
3
+ ADD jvm.config /opt/coldfusion/cfusion/bin/jvm.config
4
+ ADD testFile.cfm /app/CTA/tests/testFile.cfm
5
+ ADD deep.jar /opt/deep/deep.jar
You can’t perform that action at this time.
0 commit comments