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 pnpm install --frozen-lockfile --prod
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN pnpm generate
|
||||
|
||||
RUN pnpm build
|
||||
RUN pnpm generate && pnpm build
|
||||
|
||||
ENTRYPOINT [ "./entrypoint.sh" ]
|
Loading…
Reference in a new issue