update compose file

This commit is contained in:
Timothy Pidashev
2024-03-07 15:07:08 -08:00
parent 3b7fe795e8
commit fde907781a

View File

@@ -17,6 +17,8 @@ services:
landing:
container_name: landing
image: landing:dev
volumes:
- ./src/landing:/app
expose:
- 3000
- 8000