Files
shihaam d853d54a06
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 31s
init vite rewrite
2026-08-02 18:55:39 +05:00

12 lines
193 B
YAML

services:
frontend:
build:
context: .build/dev
dockerfile: Dockerfile
volumes:
- ./:/var/www/html/
ports:
- 5173:5173
env_file:
- .env