fix: default public folder (docker)

This commit is contained in:
Jayvin Hernandez 2023-02-25 20:36:05 -08:00 committed by GitHub
parent 95a1c7f92c
commit b7772128d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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