mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
fix: docker build
This commit is contained in:
@@ -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"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user