Compare commits
1 Commits
0225bee8ee
...
92ffdad3db
| Author | SHA1 | Date | |
|---|---|---|---|
| 92ffdad3db |
@@ -9,7 +9,7 @@ WORKDIR /run
|
|||||||
|
|
||||||
RUN mkdir -p /.local && \
|
RUN mkdir -p /.local && \
|
||||||
chmod -R 777 /.local && \
|
chmod -R 777 /.local && \
|
||||||
pip install -U pip uv==0.9.21
|
pip install -U pip uv==0.5.14
|
||||||
|
|
||||||
COPY pyproject.toml /run/pyproject.toml
|
COPY pyproject.toml /run/pyproject.toml
|
||||||
COPY uv.lock /run/uv.lock
|
COPY uv.lock /run/uv.lock
|
||||||
|
|||||||
@@ -3,7 +3,5 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
# Alternatively, use an image from a registry
|
|
||||||
# image: git.tainton.uk/repos/roboluke:latest
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
|||||||
Reference in New Issue
Block a user