mirror of
https://github.com/ysoftdevs/th.git
synced 2026-06-11 17:32:52 +02:00
Added presentation and samples from Marek Goldmann's talk
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
FROM jboss/wildfly
|
||||
ADD node-info.war /opt/wildfly/standalone/deployments/
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker build -t wildfly-app .
|
||||
Binary file not shown.
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker run -it --rm -p 8080:8080 wildfly-app
|
||||
Reference in New Issue
Block a user