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:
jo 2023-06-12 10:41:08 +02:00
parent 48f0582b9e
commit f16a669882
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ RUN yarn install
COPY public /app/public COPY public /app/public
COPY src /app/src 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 RUN yarn build:deployment
FROM nginx:1.23.4-alpine as production FROM nginx:1.23.4-alpine as production