mirror of
https://github.com/mempool/mempool.git
synced 2025-01-17 18:52:34 +01:00
Fix non-deterministic TypeScript version on Dockerfile
This commit is contained in:
parent
c552f1aab6
commit
777e3d58b7
@ -5,8 +5,7 @@ COPY . .
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y build-essential python3 pkg-config
|
||||
RUN npm ci --production
|
||||
RUN npm i typescript
|
||||
RUN npm install
|
||||
RUN npm run build
|
||||
|
||||
FROM node:12-buster-slim
|
||||
|
Loading…
Reference in New Issue
Block a user