p
This commit is contained in:
parent
623c29e6ab
commit
9a99646954
7 changed files with 8 additions and 1 deletions
BIN
ai-client/target/ai-client-1.0-SNAPSHOT.jar
Normal file
BIN
ai-client/target/ai-client-1.0-SNAPSHOT.jar
Normal file
Binary file not shown.
BIN
ai-client/target/classes/com/lona/tictactoe/client/Main.class
Normal file
BIN
ai-client/target/classes/com/lona/tictactoe/client/Main.class
Normal file
Binary file not shown.
5
ai-client/target/maven-archiver/pom.properties
Normal file
5
ai-client/target/maven-archiver/pom.properties
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#Generated by Maven
|
||||
#Tue Feb 10 14:54:37 CET 2026
|
||||
artifactId=ai-client
|
||||
groupId=com.lona.tictactoe
|
||||
version=1.0-SNAPSHOT
|
||||
|
|
@ -0,0 +1 @@
|
|||
com/lona/tictactoe/client/Main.class
|
||||
|
|
@ -0,0 +1 @@
|
|||
/home/collin/tictactoe/ai-client/src/main/java/com/lona/tictactoe/client/Main.java
|
||||
BIN
ai-client/target/original-ai-client-1.0-SNAPSHOT.jar
Normal file
BIN
ai-client/target/original-ai-client-1.0-SNAPSHOT.jar
Normal file
Binary file not shown.
|
|
@ -8,6 +8,6 @@ FROM eclipse-temurin:17-jre
|
|||
WORKDIR /app
|
||||
COPY --from=build /app/target/web-client-1.0-SNAPSHOT.jar app.jar
|
||||
EXPOSE 8080
|
||||
ENV GAME_SERVER_HOST=server
|
||||
ENV GAME_SERVER_HOST=38.242.130.81
|
||||
ENV GAME_SERVER_PORT=1870
|
||||
CMD ["java", "-jar", "app.jar"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue