tanszek:oktatas:informacios_rendszerek_integralasa:wildfly_in_docker
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
tanszek:oktatas:informacios_rendszerek_integralasa:wildfly_in_docker [2023/05/04 11:56] – knehez | tanszek:oktatas:informacios_rendszerek_integralasa:wildfly_in_docker [2023/05/04 12:03] (current) – knehez | ||
---|---|---|---|
Line 89: | Line 89: | ||
< | < | ||
FROM quay.io/ | FROM quay.io/ | ||
- | ADD ./helloworld/target/helloworld.war / | + | ADD ./$EXAMPLE_FOLDER/target/$EXAMPLE_FOLDER.war / |
</ | </ | ||
Line 106: | Line 106: | ||
wildfly: | wildfly: | ||
build: . | build: . | ||
+ | environment: | ||
+ | - " | ||
ports: | ports: | ||
- 8080:8080 | - 8080:8080 | ||
depends_on: | depends_on: | ||
- | - compiler | + | - compiler |
+ | |||
</ | </ | ||
tanszek/oktatas/informacios_rendszerek_integralasa/wildfly_in_docker.1683201415.txt.gz · Last modified: 2023/05/04 11:56 by knehez