mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 21:24:02 -05:00
[PR #431] [CLOSED] fix(localdevelopment): fix dockerfile.dev to run project locally #517
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/conventional-commits/conventionalcommits.org/pull/431
Author: @cocoeyes02
Created: 3/5/2022
Status: ❌ Closed
Base:
master← Head:fix_local_development📝 Commits (2)
04dd8dffix(localdevelopment): fix dockerfile.dev to run project locally432850brefactor(Makefile): sort command by name asc📊 Changes
2 files changed (+11 additions, -11 deletions)
View changed files
📝
Dockerfile.dev(+2 -1)📝
Makefile(+9 -10)📄 Description
Cannot run project locally now. because those error happen.
gyp verb check python checking for Python executable "python2" in the PATHSo I add those to dockerfile.dev and I can run project locally.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.