fix prod build
This commit is contained in:
parent
eab2d27a68
commit
8afc5c3b19
|
@ -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"]
|
||||||
|
|
|
@ -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: {},
|
||||||
|
|
Reference in New Issue