Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
murdos committed Oct 21, 2023
1 parent 824e729 commit 0336e65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM openjdk:17-slim AS build
RUN apt-get update && apt-get -y install git && apt-get clean
RUN apt-get update && apt-get -y install git curl && apt-get clean
COPY . /code/jhipster-app/
WORKDIR /code/jhipster-app/
RUN chmod +x mvnw && ./mvnw package -B -DskipTests -Dmaven.javadoc.skip=true -Dmaven.source.skip
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,9 @@
<goals>
<goal>npm</goal>
</goals>
<configuration>
<arguments>ci --no-audit</arguments>
</configuration>
</execution>
<execution>
<id>build front</id>
Expand Down

0 comments on commit 0336e65

Please sign in to comment.