cmd/satellite: build Vuetify project in Dockerfile

This change updates the satellite Dockerfile to build the Vuetify
project.

References #6251

Change-Id: I699360c0f7eb7a8abdd0bc523ee74910a04fecd3
This commit is contained in:
Jeremy Wharton 2023-09-12 21:55:31 -05:00 committed by Storj Robot
parent fb04a22088
commit 7d8b231aaf

View File

@ -6,6 +6,7 @@ COPY web/satellite/ /app
# Need to clean up (or ignore) local folders like node_modules, etc...
RUN npm install
RUN npm run build
RUN npm run build-vuetify
# Fetch ca-certificates file for arch independent builds below
FROM debian:buster-slim as ca-cert