fixed build command
This commit is contained in:
parent
6e51197616
commit
d5f3ae25ee
1 changed files with 2 additions and 4 deletions
|
@ -6,12 +6,10 @@ COPY package.json pnpm-lock.yaml ./
|
||||||
|
|
||||||
RUN npm i -g pnpm
|
RUN npm i -g pnpm
|
||||||
|
|
||||||
RUN pnpm install --frozen-lockfile --prod
|
RUN pnpm install --frozen-lockfile
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN pnpm generate
|
RUN pnpm generate && pnpm build
|
||||||
|
|
||||||
RUN pnpm build
|
|
||||||
|
|
||||||
ENTRYPOINT [ "./entrypoint.sh" ]
|
ENTRYPOINT [ "./entrypoint.sh" ]
|
Loading…
Reference in a new issue