Skip to content

Commit

Permalink
🐛 fix missing directory for volume mount #64
Browse files Browse the repository at this point in the history
  • Loading branch information
McPringle committed Apr 1, 2024
1 parent edcfe80 commit 07de726
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN ./mvnw clean package -DskipTests -Dcheckstyle.skip -Pproduction
FROM eclipse-temurin:21
COPY --from=build /usr/src/app/target/*.jar /usr/app/app.jar
RUN useradd -m apus
RUN mkdir /home/apus/.apus
USER apus
EXPOSE 8080
CMD java -jar /usr/app/app.jar
Expand Down

0 comments on commit 07de726

Please sign in to comment.