Skip to content

Commit

Permalink
build(docker): fix Dockerfile for logging build_image
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetony committed Mar 21, 2024
1 parent d779c35 commit 8ea7801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ FROM python:3.11-alpine
COPY --from=builder /app/.venv /app/.venv
ENV PATH="/app/.venv/bin:$PATH"

COPY ./logging.json .
COPY ./gateway/ ./gateway/

# API server port
Expand Down

0 comments on commit 8ea7801

Please sign in to comment.