mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-11 09:02:16 +00:00
Add a basic config file into the container
This commit is contained in:
@@ -15,6 +15,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
|
||||
|
||||
FROM python:${PYTHON_VERSION}-slim-bookworm
|
||||
COPY --from=builder --chown=app:app /app /app
|
||||
COPY ./docs/examples/config-basic.ini /app/config.ini
|
||||
ENV PATH="/app/.venv/bin:$PATH"
|
||||
EXPOSE 5000/tcp
|
||||
WORKDIR /app
|
||||
|
||||
2
docs/examples/config-basic.ini
Normal file
2
docs/examples/config-basic.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[logging]
|
||||
level = INFO
|
||||
Reference in New Issue
Block a user