fix(tisbackup): 🐛 Dockerfile fix venv uv
This commit is contained in:
parent
7b6ce02a93
commit
5c627f3a64
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"conventionalCommits.scopes": [
|
||||||
|
"tisbackup"
|
||||||
|
]
|
||||||
|
}
|
@ -5,6 +5,8 @@ WORKDIR /opt/tisbackup
|
|||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
COPY . /opt/tisbackup
|
COPY . /opt/tisbackup
|
||||||
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
ENV UV_PROJECT_ENVIRONMENT=/usr/local
|
||||||
|
|
||||||
RUN apt-get update && apt-get upgrade -y \
|
RUN apt-get update && apt-get upgrade -y \
|
||||||
&& apt-get install --no-install-recommends -y rsync ssh cron \
|
&& apt-get install --no-install-recommends -y rsync ssh cron \
|
||||||
|
Loading…
Reference in New Issue
Block a user