Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add taskfile and dev dockerfile #71

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

jeffreyparker
Copy link
Contributor

Description

I created this taskfile and dockerfile for my own local development, to help with running unit tests/etc with the exact required version of PHP and other dependencies.

Taskfiles are a simpler alternative to makefiles. It does require the separate runner tool installed, but this is also simple enough that the commands could be manually copy/pasted/ran without it. The commands all run in a multistage dockerfile so that specific stages can be run while still sharing previous stages.

Motivation and Context

This may be useful for other developers to ensure a consistent/reproducible development environment

How Has This Been Tested?

Locally verified

Types of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant