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
|
||||
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,8 +1,8 @@
|
||||
= Connect4x4
|
||||
# Connect2x
|
||||
|
||||
image:https://img.shields.io/badge/vert.x-4.5.7-purple.svg[link="https://vertx.io"]
|
||||
|
||||
== Building
|
||||
## Building
|
||||
|
||||
To launch your tests:
|
||||
```
|
||||
@ -19,6 +19,6 @@ To run your application:
|
||||
mvn clean compile exec:java
|
||||
```
|
||||
|
||||
== Help
|
||||
## Help
|
||||
|
||||
* https://vertx.io/docs/[Vert.x Documentation]
|
Loading…
Reference in New Issue
Block a user