Rename the game
This commit is contained in:
parent
75aaeaaaa9
commit
3b7139de03
@ -7,5 +7,5 @@ RUN mvn package -DskipTests=true
|
||||
|
||||
FROM eclipse-temurin:22-jdk-alpine
|
||||
WORKDIR /app
|
||||
COPY --from=build --link /build/target/connect4x4-fat.jar app.jar
|
||||
COPY --from=build --link /build/target/connect2x-fat.jar app.jar
|
||||
ENTRYPOINT ["java", "-jar", "app.jar"]
|
||||
|
@ -1,4 +1,4 @@
|
||||
= Connect4x4
|
||||
= Connect2x
|
||||
|
||||
image:https://img.shields.io/badge/vert.x-4.5.7-purple.svg[link="https://vertx.io"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user