Skip to content

Commit

Permalink
fix: finally
Browse files Browse the repository at this point in the history
  • Loading branch information
akdasa committed Oct 27, 2024
1 parent 55b9521 commit 36182c3
Show file tree
Hide file tree
Showing 3 changed files with 2,296 additions and 14 deletions.
4 changes: 2 additions & 2 deletions bake-database/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:20
FROM node:22

WORKDIR /tools
COPY package*.json ./
RUN npm install
RUN npm install --python=python3
COPY . .
CMD ["node", "index.js"]
Loading

0 comments on commit 36182c3

Please sign in to comment.