Merge branch 'master' of github.com:janoside/btc-rpc-explorer

This commit is contained in:
Dan Janosik 2024-11-11 10:45:12 -05:00
commit bcec085b2e
No known key found for this signature in database
GPG key ID: 70C0B166321C0AF8
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -1,5 +1,3 @@
version: "3.7"
networks:
default:
driver: bridge