Skip to content

Commit

Permalink
build: update docker image configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
seppzer0 committed Jan 18, 2025
1 parent c457a07 commit deb762e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim-bookworm AS base
FROM debian:bookworm-slim AS base

# variable store
ARG WDIR=/zero_build
Expand Down Expand Up @@ -44,5 +44,5 @@ RUN python3 -m pip install pip --upgrade && \
#
RUN uv run ${WDIR}/builder/utils/bridge.py --shared

# launch app
CMD [ "/bin/bash" ]
# activate .venv
CMD [ "source", ".venv/bin/activate" ]

0 comments on commit deb762e

Please sign in to comment.