Updated makefile/dockerfile/compose files

This commit is contained in:
2023-12-19 16:16:30 -05:00
parent 0b4145ac30
commit 6f002856c1
10 changed files with 78 additions and 69 deletions

View File

@@ -1,9 +1,9 @@
version: '3'
name: weather
name: aviation
services:
ui:
container_name: weather-ui
container_name: aviation-ui
env_file:
- .env
environment:
@@ -13,6 +13,8 @@ services:
build:
context: ./
target: dev
tags:
- aviation-ui:${TAG:-latest}
command: "npm run dev"
volumes:
- ./src:/app/src