Skip to content

Commit

Permalink
Merge branch 'feat/b-2'
Browse files Browse the repository at this point in the history
  • Loading branch information
swizzmagik committed Dec 1, 2024
2 parents 76c658f + 91cc7d4 commit f05aae2
Show file tree
Hide file tree
Showing 3 changed files with 11,807 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:23.1.0

#Install pnpm globally
# Install pnpm globally
RUN npm install -g [email protected]

# Set the working directory
Expand All @@ -26,7 +26,7 @@ RUN pnpm i
ADD scripts /app/scripts
ADD characters /app/characters

# Build the application
# Build the application
RUN pnpm build

# Expose the port
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
"@ai16z/plugin-solana": "latest",
"@ai16z/plugin-starknet": "latest",
"better-sqlite3": "^11.5.0",
"optional": "^0.1.4",
"readline": "^1.3.0",
"sharp": "^0.33.5",
"ws": "^8.18.0",
"yargs": "17.7.2"
},
Expand Down
Loading

0 comments on commit f05aae2

Please sign in to comment.