fix: change port mapping from 3000 to 80 for tablejerseys-web service
Some checks failed
Deploy Production / deploy (push) Failing after 3m39s
Some checks failed
Deploy Production / deploy (push) Failing after 3m39s
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: tablejerseys-web
|
container_name: tablejerseys-web
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "80:3000"
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
# Add your environment variables here
|
# Add your environment variables here
|
||||||
|
|||||||
Reference in New Issue
Block a user