kalviumcommunity / compilerd

code judge
GNU General Public License v3.0
17 stars 319 forks source link

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

Open deexithparand opened 4 months ago

deexithparand commented 4 months ago

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

deexithparand commented 4 months ago

Can you add Foss Hack label to this