mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
Dockerfile: use the "npm run build" command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user