Merge branch '#17-logger-config'
This commit is contained in:
commit
684848eda9
15 changed files with 425 additions and 62 deletions
|
|
@ -29,8 +29,10 @@ FROM base AS production
|
|||
|
||||
COPY --from=builder /app/.venv /app/.venv
|
||||
ENV PATH="/app/.venv/bin:$PATH"
|
||||
ENV ENVIRONMENT="prod"
|
||||
|
||||
COPY src/ /app/src/
|
||||
COPY configs/ /app/configs/
|
||||
COPY Makefile ./
|
||||
COPY .mk/ ./.mk/
|
||||
RUN chown root:root /app && chmod 700 /app
|
||||
|
|
@ -52,6 +54,7 @@ COPY --from=agent_api . /agent_api/
|
|||
RUN uv pip install -e /agent_api/
|
||||
|
||||
ENV PATH="/app/.venv/bin:$PATH"
|
||||
ENV ENVIRONMENT="dev"
|
||||
|
||||
COPY Makefile ./
|
||||
COPY .mk/ ./.mk/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue