Skip to content

Commit

Permalink
Fix ui image bug
Browse files Browse the repository at this point in the history
  • Loading branch information
moria97 committed Nov 26, 2024
1 parent 0070111 commit 8be2c99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile_ui
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ WORKDIR /app
COPY . .

RUN poetry install && rm -rf $POETRY_CACHE_DIR
RUN poetry run aliyun-bootstrap -a install

FROM python:3.11-slim AS prod

RUN rm -rf /etc/localtime && ln -s /usr/share/zoneinfo/Asia/Harbin /etc/localtime
Expand Down

0 comments on commit 8be2c99

Please sign in to comment.