diff --git a/Dockerfile b/Dockerfile index ae539ec..0b361c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM node:lts-fermium +LABEL maintainer="TP FINAL" WORKDIR /repo @@ -6,6 +7,4 @@ COPY . /repo RUN yarn install -RUN yarn build - ENTRYPOINT [ "yarn", "start:prod" ] \ No newline at end of file