This is an automated email from the ASF dual-hosted git repository.
juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git
The following commit(s) were added to refs/heads/master by this push:
new 9af8b14 fix typo
9af8b14 is described below
commit 9af8b1461848144b99af4f7e51d157e8215a12f1
Author: Juan Pablo Santos RodrÃguez <[email protected]>
AuthorDate: Mon Nov 15 18:17:40 2021 +0100
fix typo
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index a47eb4e..bc58084 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -21,7 +21,7 @@ WORKDIR /tmp
COPY . .
-RUN ./mvn -B dependency:go-offline
+RUN mvn -B dependency:go-offline
RUN set -x \
# fastest, minimum build