mirror of
https://github.com/janoside/btc-rpc-explorer.git
synced 2026-08-13 12:33:13 +02:00
Merge branch 'master' of github.com:janoside/btc-rpc-explorer
This commit is contained in:
commit
bcec085b2e
2 changed files with 2 additions and 4 deletions
|
|
@ -1,9 +1,9 @@
|
|||
FROM node:16 as builder
|
||||
FROM node:20 as builder
|
||||
WORKDIR /workspace
|
||||
COPY . .
|
||||
RUN npm install
|
||||
|
||||
FROM node:16-alpine
|
||||
FROM node:20-alpine
|
||||
WORKDIR /workspace
|
||||
COPY --from=builder /workspace .
|
||||
RUN apk --update add git
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
version: "3.7"
|
||||
|
||||
networks:
|
||||
default:
|
||||
driver: bridge
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue