Skip to content

Commit de50c06

Browse files
committed
fix(docker): build
1 parent d64195b commit de50c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ RUN node_modules/.bin/next build
2121

2222
# Cleaning and pruning
2323
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
24+
RUN rm -r tsconfig.json src pnpm-lock.yaml next-env.d.ts eslint.config.mjs .prettierrc
2525

2626
CMD node_modules/.bin/next start -p ${DEBUCK_FRONT_PORT}

0 commit comments

Comments
 (0)