Commit d589e82a authored by dangdoan's avatar dangdoan

[dev]

parent 9775cc70
Pipeline #12965 failed with stages
in 24 seconds
...@@ -8,5 +8,4 @@ WORKDIR /usr/src/app ...@@ -8,5 +8,4 @@ WORKDIR /usr/src/app
COPY package.json ./ COPY package.json ./
RUN npm install express RUN npm install express
COPY . . COPY . .
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