We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d64195b commit de50c06Copy full SHA for de50c06
front/Dockerfile
@@ -21,6 +21,6 @@ RUN node_modules/.bin/next build
21
22
# Cleaning and pruning
23
RUN pnpm install --production --ignore-scripts --prefer-offline
24
-RUN rm -r tsconfig.json src pnpm-lock.yaml next-env.d.ts .eslint.config.mjs .prettierrc
+RUN rm -r tsconfig.json src pnpm-lock.yaml next-env.d.ts eslint.config.mjs .prettierrc
25
26
CMD node_modules/.bin/next start -p ${DEBUCK_FRONT_PORT}
0 commit comments