Update Dockerfile, README, and package.json for project renaming and dependency adjustments
This commit is contained in:
parent
4f02e4a512
commit
0e56d0fc65
4 changed files with 680 additions and 4 deletions
|
|
@ -18,14 +18,14 @@ RUN bun run build
|
|||
|
||||
FROM alpine:latest as runtime
|
||||
|
||||
RUN apk add --no-cache tzdata
|
||||
RUN apk add --no-cache tzdata libstdc++ libgcc
|
||||
|
||||
ENV TZ=Asia/Seoul
|
||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY --from=build /app/yanmang .
|
||||
COPY --from=build /app/memos-rss .
|
||||
COPY --from=build /app/version .
|
||||
|
||||
CMD ["./yanmang"]
|
||||
CMD ["./memos-rss"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue