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 committed Mar 14, 2023
1 parent b1a206e commit 6542f75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions 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
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


0 comments on commit 6542f75

Please sign in to comment.