Обновлен README

This commit is contained in:
serega6531
2020-05-09 16:14:53 +03:00
parent 3bfd5793b9
commit 4eed484cf9
3 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ RUN npm install && npm run build && npm cache clean --force \
WORKDIR /app/
RUN ./gradlew --no-daemon --no-build-cache build \
RUN ./gradlew --no-daemon --no-build-cache build -x test \
&& cp build/libs/packmate-*.jar app.jar \
&& ./gradlew --no-daemon clean