Skip to content

Commit

Permalink
fix: Use same folder name everywhere. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsJustRuby authored Dec 29, 2024
1 parent 80f2530 commit d7825dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM rclone/rclone:1.68.2 AS rclone
FROM restic/restic:0.17.3
COPY --from=rclone /usr/local/bin/rclone /usr/local/bin/rclone

RUN mkdir /app
WORKDIR /app
RUN mkdir /carbs
WORKDIR /carbs

COPY . .

ENTRYPOINT [ "/bin/sh", "/app/install.sh" ]
ENTRYPOINT [ "/bin/sh", "/carbs/install.sh" ]

0 comments on commit d7825dd

Please sign in to comment.