Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkeil committed Jun 6, 2024
1 parent 0dfb470 commit 718072a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

FROM maven:3.9.7-eclipse-temurin-17 AS builder
COPY . /var/abecto/
RUN mvn -B -f /var/abecto/pom.xml package
RUN cd /var/abecto/ && mvn -B pom.xml package

FROM eclipse-temurin:17-jre
RUN echo '#!/bin/sh\nexec java -jar /opt/abecto.jar "$@"' >> /bin/abecto && chmod +x /bin/abecto
Expand Down

0 comments on commit 718072a

Please sign in to comment.