mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Merge pull request #747 from knorrium/be_dockerfile_fixes
Fix non-deterministic TypeScript version on Dockerfile
This commit is contained in:
commit
bb8649bc81
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue