diff --git a/Dockerfile b/Dockerfile index 863f717..4f8f884 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,5 +6,7 @@ COPY package*.json yarn.lock ./ RUN yarn --pure-lockfile COPY . . +RUN yarn build + EXPOSE 8080 CMD [ "yarn", "start:prod" ]