mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: run scripts during Docker build to enable node-gyp-based deps
This commit is contained in:
parent
767a3026cf
commit
079101d951
@ -11,7 +11,7 @@ COPY package*.json ./
|
||||
COPY . .
|
||||
|
||||
## Install and build the Solid community server (prepare script cannot run in wd)
|
||||
RUN npm ci --ignore-scripts && npm run build
|
||||
RUN npm ci && npm run build
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user