cartella libs

This commit is contained in:
LORENZO\pacio 2024-10-31 09:38:53 +01:00
parent ebc6777658
commit b5f15c7ed6
3 changed files with 1 additions and 1 deletions

View File

View File

@ -22,7 +22,7 @@ COPY ./tomcat_conf/context.xml /usr/local/tomcat/conf/context.xml
COPY ./tomcat_conf/server.xml /usr/local/tomcat/conf/server.xml
# JDBC
COPY ./postgresql-42.6.0.jar /usr/local/tomcat/lib/postgresql-42.6.0.jar
COPY ./libs/postgresql-42.6.0.jar /usr/local/tomcat/lib/postgresql-42.6.0.jar
# Set permissions on Tomcat directories
RUN chown -R ${USERNAME}:${GROUPNAME} /usr/local/tomcat