add build file

This commit is contained in:
bi
2022-01-11 11:20:27 +07:00
parent f12c0f7239
commit d5eacedc0f
4 changed files with 28 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ FROM node:12
WORKDIR /app
COPY ./app/package.json /app
# COPY ./app /app
RUN npm install
CMD npm start