mirror of
https://github.com/piyush-eon/tanstack-query-weather-app.git
synced 2025-11-24 05:11:19 +00:00
18 lines
210 B
YAML
18 lines
210 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
frontend:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
|
|
ports:
|
|
- "5173:5173"
|
|
|
|
volumes:
|
|
- .:/app
|
|
- /app/node_modules
|
|
|
|
env_file:
|
|
- .env
|