Skip to content

Commit

Permalink
perf: update mvn build (#38)
Browse files Browse the repository at this point in the history
* perf: update mvn  build

* perf: update github action

---------

Co-authored-by: Eric <[email protected]>
  • Loading branch information
fit2bot and LeeEirc authored Sep 12, 2024
1 parent 9c40e29 commit 888a6a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY . .
RUN cd frontend \
&& npm run build

RUN mvn clean package -DskipTests
RUN mvn clean package -Dmaven.test.skip=true

FROM debian:bullseye-slim

Expand Down

0 comments on commit 888a6a7

Please sign in to comment.