Skip to content

Conversation

@syusui-s
Copy link
Contributor

Summary

Add Dockerfie

Changes

  • Add Dockerfile for building the application image
  • Add .dockerignore file to exclude unnecessary files
  • Update documentation with Docker usage instructions

Motivation

  • Simplify setup process
  • Improve reproducibility

Docker Image Details

  • Base image: amazoncorreto:17-al2-jdk

Dockerfile Outdated
COPY --chown=appuser:appuser ./build.gradle ./settings.gradle /app/
RUN ./gradlew dependencies --no-daemon

# Build projcet
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. I fixed this with 576f19b.

@fabienrenaud fabienrenaud merged commit 068c86c into fabienrenaud:master Dec 5, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants