Skip to content

Commit

Permalink
Build in sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
junlarsen committed Feb 20, 2024
1 parent c494845 commit 2a827f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ ARG NEXT_PUBLIC_SENTRY_DSN
ARG NEXT_PUBLIC_GA_TRACKING_ID
ARG NEXT_PUBLIC_FEIDE_CLIENT_ID
ARG NEXT_PUBLIC_FEIDE_AUTH_ENDPOINT
ARG GITHUB_TOKEN

ENV NEXT_PRIVATE_GITHUB_TOKEN=$GITHUB_TOKEN
ENV WORKDIR=/srv/app
ENV NEXT_TELEMETRY_DISABLED=1
ENV NODE_ENV=production
Expand Down
4 changes: 4 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ nextConfig = {
},
];
},
experimental: {
workerThreads: false,
cpus: 1,
}
};

module.exports = withSourceMaps(nextConfig);

0 comments on commit 2a827f7

Please sign in to comment.