kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
fix(front): Fix Docker build
rodzic
36e3d33174
commit
619a4001dd
|
@ -9,7 +9,7 @@ COPY package.json yarn.lock /app/
|
||||||
COPY src /app/src/
|
COPY src /app/src/
|
||||||
COPY scripts /app/scripts
|
COPY scripts /app/scripts
|
||||||
COPY public /app/public
|
COPY public /app/public
|
||||||
COPY vite.config.ts index.html /app/
|
COPY vite.config.ts index.html pwa-manifest.json /app/
|
||||||
|
|
||||||
RUN apk add --no-cache jq bash coreutils python3 build-base
|
RUN apk add --no-cache jq bash coreutils python3 build-base
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
|
|
Ładowanie…
Reference in New Issue