Skip to content

Commit

Permalink
Merge pull request #7 from mu373/update-ts-lint
Browse files Browse the repository at this point in the history
Update ts lint
  • Loading branch information
mu373 authored May 17, 2024
2 parents 2ff82d7 + 352052c commit 8aff4a1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ ENV NEXT_TELEMETRY_DISABLED 1
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs

COPY --from=builder /app/public ./public

# Copy environment variables
COPY --from=builder /app/.env.local ./.env.local

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Simple dashboard for bitcoind. Designed to work with bitcoind running in another
cp .env.local.sample .env.local
vim .env.local

mkdir public

# Setup docker-compose
cp docker-compose-dev-template.yml docker-compose-dev.yml #For development
cp docker-compose-template.yml docker-compose.yml # For production
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"noImplicitAny": false,
"plugins": [
{
"name": "next"
Expand Down

0 comments on commit 8aff4a1

Please sign in to comment.