Skip to content

Commit

Permalink
fix: lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Nov 26, 2024
1 parent c943a8b commit 7e7dadf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion github-backup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends git openssh-cli
RUN groupadd -g 1000 user && useradd -u 1000 -r -g user -m -d /home/user user

USER 1000
RUN ls

# hadolint ignore=DL3013
RUN pip install --no-cache-dir github-backup
10 changes: 10 additions & 0 deletions github-backup/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": "7.7.5",
"name": "github-backup",
"packageManager": "[email protected]",
"scripts": {
"build": "docker build -t ${SG_DOCKER_IMAGE:-'socialgouv_docker_github_backup'} .",
"test": "echo no tests to run"
},
"private": true
}

0 comments on commit 7e7dadf

Please sign in to comment.