You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
javac -d out src/main/java/org/example/Main.java
jar -cvf app.jar -C out .
jar -cvf app.jar out/org/example/Main.class
docker build --no-cache -t thread_java .
docker run thread_java