Skip to content

Commit fe1dc4f

Browse files
committed
try with dumb-init instead of mv
1 parent 0c12892 commit fe1dc4f

File tree

3 files changed

+5
-393
lines changed

3 files changed

+5
-393
lines changed

frontend/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ ENV NEXT_PUBLIC_API_BASE=$NEXT_PUBLIC_API_BASE
2222
RUN npm run build
2323

2424
# Production image, copy all the files and run next
25-
FROM python:3.13-slim-bookworm AS runner
25+
FROM base AS runner
2626
WORKDIR /app
2727

2828
ENV NODE_ENV=production
2929

3030
RUN apt-get update && apt-get install -y \
31+
dumb-init \
3132
wget \
3233
socat \
3334
nodejs \

frontend/scripts/mv.py

Lines changed: 0 additions & 371 deletions
This file was deleted.

0 commit comments

Comments
 (0)