Skip to content

Refactor Dockerfile and requirements.txt for improved readability and…#62

Merged
lalalaurentiu merged 3 commits intopeviitor-ro:mainfrom
lalalaurentiu:validator
Oct 13, 2025
Merged

Refactor Dockerfile and requirements.txt for improved readability and…#62
lalalaurentiu merged 3 commits intopeviitor-ro:mainfrom
lalalaurentiu:validator

Conversation

@lalalaurentiu
Copy link
Collaborator

This pull request updates the Dockerfile to streamline the build environment by focusing solely on the Java-based setup and removing configuration related to Python and local development. The most important changes are grouped below.

Base image and environment setup:

  • Commented out the Python and Node.js base image lines, ensuring the container uses only the OpenJDK base image for Java applications.

Removal of local Python development configuration:

  • Deleted the WORKDIR /scraper_Api directive, Python file copy, requirements installation, port exposure, and the command to migrate and run the Python server, removing all Python-specific setup from the image.… organization

@lalalaurentiu lalalaurentiu merged commit f06625e into peviitor-ro:main Oct 13, 2025
6 checks 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.

1 participant