Removed build for dev

This commit is contained in:
2023-11-30 19:28:31 +03:00
parent 5f0cd8459f
commit f5787eeabf

View File

@@ -4,6 +4,5 @@ RUN corepack enable && corepack prepare pnpm@latest --activate
COPY package.json pnpm-*.yaml ./
RUN pnpm install --frozen-lockfile
COPY . .
RUN pnpm build
EXPOSE 3000
CMD [ "pnpm", "start:dev" ]