Dockerfile: use the "npm run build" command

This commit is contained in:
Jesse Chan
2021-11-28 22:56:27 -08:00
parent 477919856b
commit 3b7c8dc275

View File

@@ -24,7 +24,7 @@ COPY . ./
RUN npm ci
# Build assets
RUN npm run build-assets
RUN npm run build
# Now get the clean Node.js image
FROM ${NODE_IMAGE} as flood