Skip to content

Commit 60548cc

Browse files
committed
fix
1 parent bb696f1 commit 60548cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:21.6.2-bullseye-slim
22

3-
RUN RUN apt-get update && apt-get install -y --no-install-recommends dumb-init
3+
RUN apt-get update && apt-get install -y --no-install-recommends dumb-init
44
ENV NODE_ENV production
55
WORKDIR /usr/src/app
66
COPY --chown=node:node . .

0 commit comments

Comments
 (0)