在镜像构建过程中执行命令
# RUN <command>
RUN ls /opt/web
RUN echo "*** hello world ***"
RUN apk add --no-cache nodejs=20.15.1-r0
RUN apk add --no-cache npm
在镜像构建过程中执行命令
# RUN <command>
RUN ls /opt/web
RUN echo "*** hello world ***"
RUN apk add --no-cache nodejs=20.15.1-r0
RUN apk add --no-cache npm