Commit 38662315 authored by dangdoan's avatar dangdoan

[dev]

parent aa414282
Pipeline #12963 failed with stages
in 21 seconds
...@@ -6,7 +6,7 @@ RUN echo "Run in create image docker" ...@@ -6,7 +6,7 @@ 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 RUN npm install express
COPY . . COPY . .
RUN cp -r ./swagger/supports/* ./node_modules RUN cp -r ./swagger/supports/* ./node_modules
ENTRYPOINT ["node", "swagger.js"] ENTRYPOINT ["node", "swagger.js"]
\ No newline at end of file
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