"examples/trials/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "c785655e824b93370d9878005b69c82c73fa0b5f"
Unverified Commit eb7138ab authored by ThatOneCalculator's avatar ThatOneCalculator
Browse files

fix: 🐋 docker build

parent ea7ea52b
......@@ -7,7 +7,7 @@ WORKDIR /app
COPY package.json package-lock.json ./
COPY . .
RUN bun install --frozen-lockfile
RUN bun install
RUN bun run build
FROM python:3.11-slim-buster as base
......
No preview for this file type
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment