Added Docker artifacts

This commit is contained in:
Jose Selesan
2026-09-15 20:00:14 -03:00
parent 0d397ca7db
commit 8730e39946
4 changed files with 59 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
landing-page:
build:
context: .
dockerfile: Dockerfile
image: gruperly-landing-page:latest
container_name: gruperly-landing-page
restart: unless-stopped