Skip to content

Commit

Permalink
fix: copy microreact integration code to container.
Browse files Browse the repository at this point in the history
  • Loading branch information
skpdelegate committed Jun 25, 2024
1 parent 30c7858 commit 67e8b61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN /usr/sbin/update-ca-certificates

COPY ["main.py", "start.sh", "gunicorn_conf.py", "/app/"]
COPY "permission-config.jsonc" "/app/"
COPY microreact_integration /app/web/microreact_integration
COPY src /app/web/src
COPY openapi_specs /app/openapi_specs
RUN chmod +x start.sh
Expand Down

0 comments on commit 67e8b61

Please sign in to comment.