Skip to content

Commit

Permalink
fixed docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsingal committed Jan 10, 2024
1 parent c3a852e commit 15bbc29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ COPY --chown=$USER:$USER public ./public
# NextJS required files
COPY --chown=$USER:$USER next.config.js local.d.ts \
postcss.config.js tailwind.config.js entrypoint.sh \
tsconfig.json .browserlistrc .eslintrc.js .prettierrc.json ./
tsconfig.json tsconfig.eslint.json .browserlistrc .eslintrc.js .prettierrc.cjs ./

RUN yarn build

Expand Down
1 change: 0 additions & 1 deletion client/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const nextConfig = {
// ! the current approach we follow to handle layers on the map does not work with strict mode enabled,
// ! do not enable it unless you know what you are doing or know the issue is fixed.
reactStrictMode: false,
output: 'standalone',
redirects() {
return [
{
Expand Down

0 comments on commit 15bbc29

Please sign in to comment.