Commit c3a9e312 authored by cicd's avatar cicd

[tag]dev

parent 24267c9e
Pipeline #13710 passed with stages
in 10 minutes and 24 seconds
...@@ -3,7 +3,7 @@ FROM node:15.1.0 ...@@ -3,7 +3,7 @@ FROM node:15.1.0
RUN chmod 1777 /tmp RUN chmod 1777 /tmp
RUN mkdir /data RUN mkdir /data
RUN echo "Run in create image docker" RUN echo "Run in create image docker"
ENV OPENSSL_CONF=/opt/openssl.cnf # ENV OPENSSL_CONF=/opt/openssl.cnf
WORKDIR /usr/src/app WORKDIR /usr/src/app
COPY package.json ./ COPY package.json ./
RUN npm install express RUN npm install express
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment