diff --git a/Dockerfile b/Dockerfile index 7b71b8e..0338fe9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY package*.json ./ COPY . . RUN npm install yarn RUN yarn install -RUN yarn build +# RUN yarn build # FROM base as runtime