Skip to content

feat(docker): add Docker support for frontend and backend with development and production configurations #14

feat(docker): add Docker support for frontend and backend with development and production configurations

feat(docker): add Docker support for frontend and backend with development and production configurations #14

Workflow file for this run

name: Greetings
on: [pull_request_target]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: " 🎉 Thank you @${{ github.actor }} for your contribution. Please make sure your PR follows https://github.com/GitMetricsLab/github_tracker/blob/main/CONTRIBUTING.md#-pull-request-guidelines"