diff --git a/Dockerfile b/Dockerfile index f48de5f..caa26f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /usr/src/artapi COPY . /usr/src/artapi -RUN yarn install --production +RUN yarn install RUN yarn build