Skip to content

Commit

Permalink
Dockerfile: removes next-env.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
agnlez authored and davidsingal committed Mar 14, 2023
1 parent b1a206e commit b5e8134
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 @@ -37,7 +37,7 @@ COPY --chown=$USER:$USER src ./src
COPY --chown=$USER:$USER public ./public

# NextJS required files
COPY --chown=$USER:$USER next.config.js next-env.d.ts local.d.ts \
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 ./

Expand Down

1 comment on commit b5e8134

@vercel
Copy link

@vercel vercel bot commented on b5e8134 Mar 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

landgriffon-client – ./client

landgriffon-client-git-dev-vizzuality1.vercel.app
landgriffon-client-vizzuality1.vercel.app
landgriffon-client.vercel.app

Please sign in to comment.