Skip to content

Update README.md

Update README.md #3

Workflow file for this run

name: Ejemplo de GitHub Actions con Docker
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout del repositorio
uses: actions/checkout@v2
- name: Configurar Docker Compose
run: docker-compose up -d