fix prod build

This commit is contained in:
Karol Wypchlo 2021-02-03 15:21:30 +01:00
parent eab2d27a68
commit 8afc5c3b19
2 changed files with 2 additions and 2 deletions

View File

@ -12,4 +12,4 @@ COPY tailwind.config.js .
ENV NEXT_TELEMETRY_DISABLED 1 ENV NEXT_TELEMETRY_DISABLED 1
RUN yarn --no-lockfile && yarn build RUN yarn --no-lockfile && yarn build
CMD ["yarn", "dev"] CMD ["yarn", "start"]

View File

@ -1,5 +1,5 @@
module.exports = { module.exports = {
purge: ["./pages/**/*.js", "./components/**/*.js"], purge: ["./pages/**/*.js", "./src/**/*.js"],
darkMode: false, // or 'media' or 'class' darkMode: false, // or 'media' or 'class'
theme: { theme: {
extend: {}, extend: {},