Skip to content

Commit

Permalink
fix: remove old chown
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmelati committed Jan 15, 2025
1 parent 03d923c commit b47cb67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .docker/admin-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ RUN microdnf install curl

WORKDIR /app

# Create logs directory and set permissions
RUN mkdir -p /app/logs && \
chown -R 1002:0 /app/logs /app && \
chmod -R 775 /app/logs && \
chmod -R 755 /app

COPY --from=builder /app/modules/admin-server/build/libs/admin-server-*.jar ./admin-server.jar
HEALTHCHECK --interval=30s --timeout=3s CMD curl -f http://localhost:8080/status || exit 1

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fun getNpmVersion(): String {

allprojects {
group = "com.sphereon.oid.fed"
version = "0.2.1-SNAPSHOT"
version = "0.2.2-SNAPSHOT"
val npmVersion by extra { getNpmVersion() }

// Common repository configuration for all projects
Expand Down

0 comments on commit b47cb67

Please sign in to comment.