Path updates
This commit is contained in:
parent
6029925ff7
commit
3025455d8b
|
@ -15,6 +15,7 @@ services:
|
|||
- SQL_PASSWORD
|
||||
- SQL_CONNECTION_STR
|
||||
- SQL_DB_DRIVER
|
||||
- CERT_REPORT_FILENAME
|
||||
volumes:
|
||||
- ./target:/usr/local/tomcat/webapps
|
||||
# depends_on:
|
||||
|
|
|
@ -46,7 +46,9 @@ public class DefinitionBuilder
|
|||
{
|
||||
try
|
||||
{
|
||||
reader = new JsonReader(new FileReader(fileName));
|
||||
String userDirectory = System.getProperty("user.dir");
|
||||
System.out.println(userDirectory);
|
||||
reader = new JsonReader(new FileReader("webapps/"+fileName));
|
||||
}
|
||||
catch (FileNotFoundException e)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue