Skip to content

Commit

Permalink
Merge pull request #302 from mcneilco/brianbolt/issue300
Browse files Browse the repository at this point in the history
Update spring and hibernate Brianbolt/issue300
  • Loading branch information
brianbolt authored May 4, 2022
2 parents fcce9d0 + f45e342 commit e7bde99
Show file tree
Hide file tree
Showing 4,052 changed files with 119,860 additions and 207,088 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
.project
.classpath
.settings
log.roo
.vscode
.m2
lib
4 changes: 3 additions & 1 deletion Dockerfile-multistage
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ FROM dependencies as bbchem
FROM dependencies as indigo

FROM ${CHEMISTRY_PACKAGE} as compile

ADD pom.xml /src/pom.xml
WORKDIR /src
RUN mvn dependency:resolve -P ${CHEMISTRY_PACKAGE}
Expand All @@ -35,7 +36,8 @@ RUN curl -fsSL https://deb.nodesource.com/setup_$NODE_VERSION | bash - && \
ENV NODE_PATH /usr/lib/node_modules

# Add runner user so we don't run as root
RUN useradd -u 1000 -ms /bin/bash runner
RUN useradd -u 1000 -ms /bin/bash runner && \
chown -R runner:runner /usr/local/tomcat/

# Allow certificates to be added by runner
RUN chgrp runner /usr/local/openjdk-8/lib/security/cacerts && \
Expand Down
331 changes: 0 additions & 331 deletions labsynch_v2.13.roo

This file was deleted.

Loading

0 comments on commit e7bde99

Please sign in to comment.