diff --git a/Dockerfile b/Dockerfile index 167fd6b..d463aae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,14 +12,12 @@ RUN yarn install RUN yarn build +RUN cp .env build + WORKDIR /usr/src/artapi/build RUN yarn install --production -RUN cp .env build - EXPOSE 5555 -COPY . . - CMD ["yarn", "start"]