Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix. the port 80 is not listening use 3000 #1615

Closed
wants to merge 1 commit into from

Conversation

jmikedupont2
Copy link

3000 is listening on the docker image

Risks

Low - This change affects the Docker container configuration. It may require updates to documentation and environment configurations where the container is deployed.


Background

What does this PR do?

This pull request updates the Dockerfile and related Docker configuration to expose port 3000 instead of port 80. This change is necessary to align with our application's configuration and avoid conflicts with other services running on port 80.

What kind of change is this?

Bug fixes (non-breaking change which fixes an issue)

N/A (Issue linked provides context)


Documentation changes needed?

My changes require a change to the project documentation. I have updated the documentation accordingly.


Testing

Where should a reviewer start?

Start by reviewing the changes in the Dockerfile and docker-compose.yml files.

Detailed testing steps

  1. Pull the latest changes from the repository.
  2. Build the Docker image using the updated Dockerfile.
  3. Run the container and verify that it is listening on port 3000.
  4. Access the application through port 3000 to ensure it is functioning correctly.

N/A

N/A

N/A

docker build

Discord username m1337d

3000 is listening on the docker image
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Hi @jmikedupont2! Welcome to the ai16z community. Thanks for submitting your first pull request; your efforts are helping us accelerate towards AGI. We'll review it shortly. You are now a ai16z contributor!

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