Skip to content

Commit

Permalink
fix: tomcat jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Jan 25, 2024
1 parent 1ae4b3b commit fe9ac67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-web.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY . /usr/src/app/
RUN chmod +x usr/src/app/script.sh && usr/src/app/script.sh

# Get a tomcat
FROM tomcat:10-jre17
FROM tomcat:10-jdk17

# Clean it
RUN rm -rf $CATALINA_HOME/webapps/*
Expand Down
2 changes: 1 addition & 1 deletion app-ws.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY . /usr/src/app/
RUN chmod +x usr/src/app/script.sh && usr/src/app/script.sh

# Get a tomcat
FROM tomcat:10-jre17
FROM tomcat:10-jdk17

# Clean it
RUN rm -rf $CATALINA_HOME/webapps/*
Expand Down

0 comments on commit fe9ac67

Please sign in to comment.