Skip to content

Commit

Permalink
update genesis-state for season2-devcon2024
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaan7 committed Nov 4, 2024
1 parent 51b4218 commit a87bb22
Show file tree
Hide file tree
Showing 18 changed files with 2,896 additions and 816 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.sqlite
*.sqlite*
node_modules/
build/
bun.lockb
Expand Down
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
FROM node:lts-bookworm-slim

ARG NPM_TOKEN
ENV NPM_TOKEN $NPM_TOKEN

RUN npm install -g npm@latest

# Install bun globally
RUN npm install -g bun

WORKDIR /app

# Set the NPM token for private package access
RUN echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >.npmrc

# Copy env files
COPY .env .env

Expand Down
File renamed without changes.
Loading

0 comments on commit a87bb22

Please sign in to comment.