Skip to content

Commit

Permalink
rm main
Browse files Browse the repository at this point in the history
  • Loading branch information
WeeJeWel committed Aug 25, 2024
1 parent 5c888df commit 877c881
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ WORKDIR /app

COPY ./bin/ /app/bin/
COPY ./lib/ /app/lib/
COPY ./index.mjs /app/
COPY ./package.json /app/
COPY ./package-lock.json /app/

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "icloud-backup",
"version": "1.0.0",
"main": "index.mjs",
"scripts": {
"start": "node ./bin/icloud-backup.mjs",
"build:docker": "docker build -t icloud-backup .",
Expand All @@ -19,4 +18,4 @@
"icloudjs": "^1.5.1-patch1",
"input": "^1.0.1"
}
}
}

0 comments on commit 877c881

Please sign in to comment.