Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuhito committed Apr 26, 2023
1 parent 44fb205 commit 0a9e19b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN npm install -g pnpm
RUN pnpm --version

# Install all node_modules, including dev dependencies
FROM base as deps
FROM base AS deps

RUN mkdir /app
WORKDIR /app
Expand Down
3 changes: 1 addition & 2 deletions website/litefs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ proxy:
- '/*.txt'
- '/*.svg'

# This flag ensure that LiteFS continues to run if there is an issue on starup.
# This flag ensure that LiteFS continues to run if there is an issue on startup.
# It makes it easy to ssh in and debug any issues you might be having rather
# than continually restarting on initialization failure.
exit-on-error: false
Expand All @@ -27,7 +27,6 @@ lease:
candidate: ${FLY_REGION == PRIMARY_REGION}
promote: true
type: 'consul'
# candidate: ${FLY_REGION == 'den'}
advertise-url: 'http://${HOSTNAME}.vm.${FLY_APP_NAME}.internal:20202'

consul:
Expand Down

0 comments on commit 0a9e19b

Please sign in to comment.