vertx-web-base.dockerfile 81 B

1234
  1. FROM tfb/maven:latest
  2. ADD ./ /vertx-web
  3. WORKDIR /vertx-web
  4. RUN mvn clean package