Compare commits
2 Commits
f7dd8b24f4
...
5572256b6b
| Author | SHA1 | Date | |
|---|---|---|---|
| 5572256b6b | |||
| fe77148fe0 |
@@ -7,7 +7,7 @@ FROM node:24-trixie-slim AS base
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
RUN corepack enable && corepack prepare pnpm@10.26.0 --activate
|
||||
RUN corepack enable && corepack prepare pnpm@10.29.3 --activate
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
curl \
|
||||
@@ -156,7 +156,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
RUN corepack enable && corepack prepare pnpm@10.26.0 --activate
|
||||
RUN corepack enable && corepack prepare pnpm@10.29.3 --activate
|
||||
|
||||
COPY --from=build /usr/src/app/node_modules ./node_modules
|
||||
COPY --from=build /usr/src/app/packages ./packages
|
||||
@@ -214,4 +214,4 @@ HEALTHCHECK --interval=30s --timeout=10s --retries=3 \
|
||||
CMD curl -f http://localhost:8080/_health || exit 1
|
||||
|
||||
# Target the fluxer_server package specifically
|
||||
ENTRYPOINT ["pnpm", "--filter", "@fluxer/server", "start"]
|
||||
ENTRYPOINT ["pnpm", "--filter", "fluxer_server", "start"]
|
||||
|
||||
Reference in New Issue
Block a user