fix(front): missing tsconfig.json file in docker build
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2350>
This commit is contained in:
parent
48f0582b9e
commit
f16a669882
|
@ -10,7 +10,7 @@ RUN yarn install
|
|||
|
||||
COPY public /app/public
|
||||
COPY src /app/src
|
||||
COPY index.html pwa-manifest.json vite.config.ts /app/
|
||||
COPY index.html pwa-manifest.json tsconfig.json vite.config.ts /app/
|
||||
RUN yarn build:deployment
|
||||
|
||||
FROM nginx:1.23.4-alpine as production
|
||||
|
|
Loading…
Reference in New Issue