strip dev packages for ui docker build, removed before while debugging

This commit is contained in:
41666 2020-12-06 21:14:37 -05:00
parent 754d2fc21e
commit e305efbd1c

View file

@ -14,6 +14,7 @@ COPY tsconfig.json .babelrc.js next.config.js next-env.d.ts ./
COPY src src
RUN yarn ui:build
RUN yarn install --frozen-lockfile --prod
#
# Output layer