Compare commits
2 Commits
75aaeaaaa9
...
525955f67c
Author | SHA1 | Date | |
---|---|---|---|
|
525955f67c | ||
|
3b7139de03 |
@ -7,5 +7,5 @@ RUN mvn package -DskipTests=true
|
|||||||
|
|
||||||
FROM eclipse-temurin:22-jdk-alpine
|
FROM eclipse-temurin:22-jdk-alpine
|
||||||
WORKDIR /app
|
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"]
|
ENTRYPOINT ["java", "-jar", "app.jar"]
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
= Connect4x4
|
# Connect2x
|
||||||
|
|
||||||
image:https://img.shields.io/badge/vert.x-4.5.7-purple.svg[link="https://vertx.io"]
|
image:https://img.shields.io/badge/vert.x-4.5.7-purple.svg[link="https://vertx.io"]
|
||||||
|
|
||||||
== Building
|
## Building
|
||||||
|
|
||||||
To launch your tests:
|
To launch your tests:
|
||||||
```
|
```
|
||||||
@ -19,6 +19,6 @@ To run your application:
|
|||||||
mvn clean compile exec:java
|
mvn clean compile exec:java
|
||||||
```
|
```
|
||||||
|
|
||||||
== Help
|
## Help
|
||||||
|
|
||||||
* https://vertx.io/docs/[Vert.x Documentation]
|
* https://vertx.io/docs/[Vert.x Documentation]
|
2
pom.xml
2
pom.xml
@ -5,7 +5,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>it.cavallium</groupId>
|
<groupId>it.cavallium</groupId>
|
||||||
<artifactId>connect4x4</artifactId>
|
<artifactId>connect2x</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
Loading…
Reference in New Issue
Block a user