Skip to content

Commit

Permalink
Updating app files
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsislimadev committed Nov 30, 2023
1 parent 2823fe9 commit b87988a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ WORKDIR /app

COPY . .

CMD java Main.java
CMD java app/src/main/java/com/foxbit/app/App.java
2 changes: 1 addition & 1 deletion app/src/main/java/com/foxbit/app/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public String mainMenu() {

public static void main( String[] args )
{
Main app = new Main();
App app = new App();

System.out.println("mainMenu: " + app.mainMenu());
}
Expand Down

0 comments on commit b87988a

Please sign in to comment.