Skip to content

Commit

Permalink
Merge branch 'master' of github.com:janoside/btc-rpc-explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
janoside committed Nov 11, 2024
2 parents f9fc4bd + 41f8a2f commit bcec085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.7"

networks:
default:
driver: bridge
Expand Down

0 comments on commit bcec085

Please sign in to comment.