Skip to content

Commit

Permalink
Adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
mageddo committed Feb 20, 2023
1 parent 23ceb24 commit 9b7881b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM docker.io/defreitas/tools_graalvm-22.3_java-19_debian-9:0.1.0 AS BUILDER
FROM docker.io/defreitas/tools_graalvm-22.3_java-19_debian-9:0.1.1 AS BUILDER
COPY ./ /app
RUN ls -lha /app/src/main/resources/META-INF/resources/static/
WORKDIR /app
RUN ./gradlew clean build -Dquarkus.package.type=native -i &&\
cd build &&\
Expand Down
2 changes: 0 additions & 2 deletions builder.bash
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ case $1 in
docker-compose build --progress=plain build-frontend
copyFileFromService build-frontend /static ./src/main/resources/META-INF/resources/static

touch ./src/main/resources/META-INF/resources/static/marroi

echo "> Build, test and generate the binaries"
mkdir -p "${REPO_DIR}/build"

Expand Down

0 comments on commit 9b7881b

Please sign in to comment.