feat/refacto #1

Merged
k3nny merged 5 commits from feat/refacto into master 2025-04-19 00:04:40 +02:00
2 changed files with 7 additions and 0 deletions
Showing only changes of commit 5c627f3a64 - Show all commits

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"conventionalCommits.scopes": [
"tisbackup"
]
}

View File

@ -5,6 +5,8 @@ WORKDIR /opt/tisbackup
COPY entrypoint.sh /entrypoint.sh
COPY . /opt/tisbackup
ENV DEBIAN_FRONTEND=noninteractive
ENV UV_PROJECT_ENVIRONMENT=/usr/local
RUN apt-get update && apt-get upgrade -y \
&& apt-get install --no-install-recommends -y rsync ssh cron \