fix: default public folder (docker)
This commit is contained in:
parent
95a1c7f92c
commit
b7772128d7
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ COPY next.config.js ./next.config.js
|
|||
COPY tsup.config.ts ./tsup.config.ts
|
||||
COPY tsconfig.json ./tsconfig.json
|
||||
COPY mimes.json ./mimes.json
|
||||
COPY public ./public
|
||||
|
||||
FROM base as builder
|
||||
|
||||
|
|
Loading…
Reference in a new issue