cmd/satellite: copy Vuetify distribution folder to satellite
This change ensures that files generated by building the Vuetify project are copied to the satellite container. References #6251 Change-Id: If56fe754d51f1487a3b3c2cf98c40e3010539121
This commit is contained in:
parent
822c59638e
commit
b9c84d637b
@ -39,6 +39,7 @@ EXPOSE 10100
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=ui /app/static /app/static
|
COPY --from=ui /app/static /app/static
|
||||||
COPY --from=ui /app/dist /app/dist
|
COPY --from=ui /app/dist /app/dist
|
||||||
|
COPY --from=ui /app/dist_vuetify_poc /app/dist_vuetify_poc
|
||||||
COPY --from=ca-cert /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
|
COPY --from=ca-cert /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
|
||||||
COPY release/${TAG}/wasm/access.wasm /app/static/wasm/
|
COPY release/${TAG}/wasm/access.wasm /app/static/wasm/
|
||||||
COPY release/${TAG}/wasm/wasm_exec.js /app/static/wasm/
|
COPY release/${TAG}/wasm/wasm_exec.js /app/static/wasm/
|
||||||
|
Loading…
Reference in New Issue
Block a user