From 8d2db2e4e2ac85f70d2ce4aa16e8f2b3825330c4 Mon Sep 17 00:00:00 2001 From: James Edington Date: Sun, 21 Feb 2021 18:50:29 -0600 Subject: [PATCH] Syntax tweak --- standalone.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone.Dockerfile b/standalone.Dockerfile index 6b29e356f..80814d03c 100644 --- a/standalone.Dockerfile +++ b/standalone.Dockerfile @@ -2,7 +2,7 @@ FROM maven:3.6-jdk-11 as build COPY . . -RUN git submodule update --init --recursive&&\ +RUN git submodule update --init --recursive &&\ mvn clean install FROM adoptopenjdk/openjdk11:alpine-jre