Skip to content

Commit e554ee8

Browse files
chore(release): version packages
1 parent 6470a88 commit e554ee8

3 files changed

Lines changed: 14 additions & 13 deletions

File tree

.changeset/entrypoint-clone-app-folder.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/app/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @prover-coder-ai/docker-git
22

3+
## 1.3.4
4+
5+
### Patch Changes
6+
7+
- [#409](https://github.com/ProverCoderAI/docker-git/pull/409) [`b38ae32`](https://github.com/ProverCoderAI/docker-git/commit/b38ae32e3d473708057a10dd998295831eb73ee7) Thanks [@konard](https://github.com/konard)! - Fix the standalone base image cloning the repo outside the prepared `app` folder.
8+
9+
The Dockerfile prepares and chowns `/home/dev/app` to the unprivileged `dev`
10+
user, but `entrypoint.sh` defaulted `TARGET_DIR` to `/work/app`. Because the
11+
auto-clone runs as `su - dev`, cloning into the root-created `/work/app` failed
12+
with permission denied, so the repository never landed in the `app` folder.
13+
The default now points at `/home/dev/app`, and the resolved `TARGET_DIR` is
14+
chowned to `dev` so overrides outside `/home/dev` keep working too.
15+
316
## 1.3.3
417

518
### Patch Changes

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prover-coder-ai/docker-git",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "docker-git Bun and Gridland CLI plus browser frontend",
55
"main": "dist/src/docker-git/main.js",
66
"bin": {

0 commit comments

Comments
 (0)