fix: docker build
This commit is contained in:
parent
95a0d44b45
commit
6d3d3c38f9
1 changed files with 2 additions and 4 deletions
|
|
@ -64,10 +64,6 @@ WORKDIR /app
|
||||||
COPY ./package.json ./bun.lock ./
|
COPY ./package.json ./bun.lock ./
|
||||||
RUN bun install --frozen-lockfile
|
RUN bun install --frozen-lockfile
|
||||||
|
|
||||||
COPY ./packages/schemas/package.json ./packages/schemas/package.json
|
|
||||||
COPY ./apps/client/package.json ./apps/client/package.json
|
|
||||||
COPY ./apps/server/package.json ./apps/server/package.json
|
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN bun run build
|
RUN bun run build
|
||||||
|
|
@ -92,5 +88,7 @@ COPY ./LICENSES ./LICENSES
|
||||||
COPY ./NOTICES.md ./NOTICES.md
|
COPY ./NOTICES.md ./NOTICES.md
|
||||||
COPY ./LICENSE ./LICENSE.md
|
COPY ./LICENSE ./LICENSE.md
|
||||||
|
|
||||||
|
EXPOSE 4096
|
||||||
|
|
||||||
CMD ["bun", "run", "start"]
|
CMD ["bun", "run", "start"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue