There was an error while loading. Please reload this page.
2 parents 4fb1980 + ad3651c commit 6d71e32Copy full SHA for 6d71e32
1 file changed
cms/Dockerfile.prod
@@ -37,7 +37,7 @@ RUN yarn install
37
RUN yarn build
38
39
# Copy only the built files into the final image
40
-node:22.20.0-bookworm-slim AS runner
+FROM node:22.20.0-bookworm-slim AS runner
41
RUN apt-get update -y && \
42
apt-get upgrade -y && \
43
apt-get install -y libvips-dev && \
0 commit comments