diff --git a/Dockerfile b/Dockerfile index 5176b89..5b17f59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,4 +34,4 @@ COPY --from=builder /app/rookify/dist/Rookify-${ROOKIFY_VERSION}-py3-none-any.wh RUN .venv/bin/pip3 install ./src/Rookify-${ROOKIFY_VERSION}-py3-none-any.whl # Set the ENTRYPOINT to activate the venv and then run the 'rookify' command -ENTRYPOINT [".venv/bin/rookify"] +ENTRYPOINT ["/app/rookify/.venv/bin/rookify"] diff --git a/README.md b/README.md index d2499a9..e2cbe8c 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,9 @@ make setup ``` 4. To install the container-based environment -```base +```bash make build-container +docker run -ti --mount type=bind,source="$(pwd)",target=/app/rookify/src/,readonly --workdir=/app/rookify/src rookify:latest ``` ## Usage