@ -0,0 +1,10 @@
FROM node:lts-fermium
LABEL maintainer="TP FINAL"
WORKDIR /repo
COPY . /repo
RUN yarn install
ENTRYPOINT [ "yarn", "start:prod" ]