Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PakeezaPakeeza authored Nov 10, 2024
1 parent 2ca076c commit 52bea39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: '3.9'

services:
web:
image: trainwithshubham/node-app:latest
build:
context: .
ports:
- "8000:8000"

0 comments on commit 52bea39

Please sign in to comment.