File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,24 +149,24 @@ docker exec instructor_gitlab_1 bash -c "cd /home/git/data/repositories/root; gi
149149
1501501. Clone TicketMonster from the existing gitlab container
151151
152- [source, text]
153- ----
154- git clone -b WFLY8.1 http://root:dockeradmin@localhost:10080/root/ticket-monster.git
155- ----
152+ [source, text]
153+ ----
154+ git clone -b WFLY8.1 http://root:dockeradmin@localhost:10080/root/ticket-monster.git
155+ ----
156156
1571572. Build TicketMonster
158158
159- [source, text]
160- ----
161- mvn -s settings.xml -f ticket-monster/demo/pom.xml package
162- ----
159+ [source, text]
160+ ----
161+ mvn -s settings.xml -f ticket-monster/demo/pom.xml package
162+ ----
163163
1641643. Copy TicketMonster war to the docker ticketmonster-pgsql-widlfly image folder
165165
166- [souce, text]
167- ----
168- cp ticket-monster/demo/target/ticket-monster.war dockerfiles/ticketmonster-pgsql-wildfly/
169- ----
166+ [souce, text]
167+ ----
168+ cp ticket-monster/demo/target/ticket-monster.war dockerfiles/ticketmonster-pgsql-wildfly/
169+ ----
170170
171171## Build ticketmonster-pgsql-widlfly image
172172
You can’t perform that action at this time.
0 commit comments