Commit aa414282 authored by dangdoan's avatar dangdoan

[dev]

parent 0e09053e
Pipeline #12962 failed with stages
in 19 seconds
...@@ -5,7 +5,7 @@ RUN mkdir /data ...@@ -5,7 +5,7 @@ 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 package-lock.json ./ COPY package.json ./
RUN npm install RUN npm install
COPY . . COPY . .
RUN cp -r ./swagger/supports/* ./node_modules RUN cp -r ./swagger/supports/* ./node_modules
......
...@@ -13,4 +13,3 @@ var server = app.listen(8081, function () { ...@@ -13,4 +13,3 @@ var server = app.listen(8081, function () {
console.log("Ung dung Node.js dang lang nghe tai dia chi: http://%s:%s", host, port) console.log("Ung dung Node.js dang lang nghe tai dia chi: http://%s:%s", host, port)
}) })
//
\ 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