Harshil24 commited on
Commit
64a24b2
·
1 Parent(s): a96d5ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ def changedatashape():
142
  def generate_result():
143
  # Define your Java command as a string
144
  #java_command = "java -version"
145
- os.system("where java")
146
  # Run the Java command in a subprocess
147
  #jpype.runScript(java_command)
148
 
 
142
  def generate_result():
143
  # Define your Java command as a string
144
  #java_command = "java -version"
145
+ os.system("docker build -t my-java-app")
146
  # Run the Java command in a subprocess
147
  #jpype.runScript(java_command)
148