mirror of
https://github.com/ysoftdevs/th.git
synced 2026-06-12 01:34:31 +02:00
Typo in the last name
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
FROM jboss/wildfly
|
||||
RUN /opt/wildfly/bin/add-user.sh admin Admin#70365 --silent
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker build -t wildfly-management .
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker run -it --rm -p 8080:8080 -p 9990:9990 wildfly-management
|
||||
Reference in New Issue
Block a user