Commit 872a634a authored by dangdoan's avatar dangdoan

fix

parent 2e0ecaa8
Pipeline #12790 failed with stage
in 1 second
FROM node:15.1.0
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm install
COPY . .
EXPOSE 8081
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