Merge pull request #90 from chamikaJ/fix/docker-compose-fix

Refactor frontend service configuration in docker-compose.yml
This commit is contained in:
Chamika J
2025-04-28 15:22:39 +05:30
committed by GitHub

View File

@@ -1,6 +1,8 @@
services:
frontend:
image: docker.io/chamikajaycey/worklenz-frontend:latest
build:
context: ./worklenz-frontend
dockerfile: Dockerfile
container_name: worklenz_frontend
ports:
- "5000:5000"