Skip to content

Commit 6d71e32

Browse files
authored
Merge pull request #195 from Vizzuality/feat/select-all-compare
dockerfile fix
2 parents 4fb1980 + ad3651c commit 6d71e32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cms/Dockerfile.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN yarn install
3737
RUN yarn build
3838

3939
# Copy only the built files into the final image
40-
node:22.20.0-bookworm-slim AS runner
40+
FROM node:22.20.0-bookworm-slim AS runner
4141
RUN apt-get update -y && \
4242
apt-get upgrade -y && \
4343
apt-get install -y libvips-dev && \

0 commit comments

Comments
 (0)