Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit 06b2419

Browse files
committed
build: fix maven install command
1 parent 9e414b9 commit 06b2419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM jboss/wildfly:25.0.0.Final AS wildfly
55
FROM maven AS dependencies
66
WORKDIR /backend
77
COPY pom.xml .
8-
RUN mvn war:war install:install
8+
RUN mvn verify --fail-never
99

1010

1111
FROM dependencies AS build

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /