Skip to content

Commit

Permalink
Chore: update TomEE to 9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ivard committed Dec 4, 2023
1 parent 37b62db commit e1d91e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ COPY ./ /app/
WORKDIR /app
RUN gradle build

FROM tomee:9.0-jre11
FROM tomee:9.1-jre11

# Copy the webapp to the webapps directory
RUN rm -rf /usr/local/tomee/webapps/ROOT
RUN rm -rf /usr/local/tomee/webapps/*
COPY --from=webappbuild /www/ /usr/local/tomee/webapps/ROOT/

# Copy the war file to the webapps directory
Expand Down

0 comments on commit e1d91e3

Please sign in to comment.