Skip to content

Added Dockerfile and Entrypoint Script for VisualCircuit#378

Merged
toshan-luktuke merged 3 commits intoJdeRobot:masterfrom
BkPankaj:DockerBranch
Oct 6, 2025
Merged

Added Dockerfile and Entrypoint Script for VisualCircuit#378
toshan-luktuke merged 3 commits intoJdeRobot:masterfrom
BkPankaj:DockerBranch

Conversation

@BkPankaj
Copy link
Copy Markdown
Collaborator

@BkPankaj BkPankaj commented Jun 9, 2025

This PR includes Docker support for the VisualCircuit project. ( #377 )

Usage

Build the Docker image

Run the following command in the scripts directory:
docker build -t visualcircuit .

Or

To create a Docker image with RI, run the build.sh script of VCDI_WITH_RI directory.

Run the Docker container

docker run -p 4000:4000 -p 8080:8080 visualcircuit

Tested

  1. Dockerfile builds without errors

  2. Container runs the VisualCircuit app successfully

  3. Entrypoint script is executable and correctly launches the application

@BkPankaj
Copy link
Copy Markdown
Collaborator Author

BkPankaj commented Jun 9, 2025

@toshan-luktuke Please review and merge this PR

@toshan-luktuke toshan-luktuke merged commit 2affbc0 into JdeRobot:master Oct 6, 2025
2 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.

2 participants