Skip to content

Port Mismatch Between Dockerfile and Runtime Configuration (FOSS Hack) #144

@deexithparand

Description

@deexithparand

The application runs on port 3000, but the Dockerfile contains an EXPOSE instruction that points to port 8080. Despite this, the application functions correctly when the Docker container is run with the -p 3000:3000 option. This inconsistency between the documented exposed port and the actual runtime port may cause confusion and could lead to potential misconfigurations.

image

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions