corrected container app

This commit is contained in:
JBB0807 2025-05-26 14:17:01 -07:00
parent 5b56ca3d4d
commit 79c5eaa93a

View file

@ -1,11 +1,11 @@
version: '3.8'
services:
calculator_app:
battlesnake_app:
build:
context: .
dockerfile: Dockerfile.dev
container_name: calculator_dev_app
container_name: battlesnake_dev_app
ports:
- "5173:5173"
volumes: