Skip to content

Commit 222284e

Browse files
committed
feat (deployment): containerizing frontend (WIP)
1 parent d2b0c61 commit 222284e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/client/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ services:
77
container_name: sentient-client
88
# Always restart the container unless it is explicitly stopped
99
restart: unless-stopped
10-
# Map port 80 on the VM to port 3000 inside the container
10+
# Map port 3000 on the VM to port 3000 inside the container
1111
ports:
12-
- "80:3000"
12+
- "3000:3000"
1313
# Load environment variables from a .env file in the same directory
1414
env_file:
1515
- .env

0 commit comments

Comments
 (0)