1 changed files with 0 additions and 3 deletions
@ -1,12 +1,9 @@ |
|||
FROM node:8-onbuild AS build |
|||
|
|||
COPY . /app |
|||
WORKDIR /app |
|||
|
|||
RUN npm install |
|||
|
|||
FROM node:8-alpine |
|||
COPY --from=build /app /app |
|||
WORKDIR /app |
|||
|
|||
CMD node app.js -p 3000 |
|||
|
Loading…
Reference in new issue