Skip to content

Commit

Permalink
fixes client Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed Mar 18, 2024
1 parent f35070c commit 913d35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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 \
postcss.config.js tailwind.config.ts entrypoint.sh \
tsconfig.json tsconfig.eslint.json .browserlistrc .eslintrc.js .prettierrc.cjs ./

RUN yarn build
Expand Down

0 comments on commit 913d35e

Please sign in to comment.