add next.config.js

This commit is contained in:
Karol Wypchlo 2021-04-07 11:59:54 +02:00
parent fdca0a903c
commit 6fb7d61ead
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ RUN yarn --no-lockfile
COPY public ./public
COPY src ./src
COPY styles ./styles
COPY next.config.js .
COPY postcss.config.js .
COPY tailwind.config.js .