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
RUN yarn --no-lockfile && yarn build
CMD ["yarn", "dev"]
CMD ["yarn", "start"]

View File

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