Skip to content

Commit

Permalink
Refine example
Browse files Browse the repository at this point in the history
Signed-off-by: Byron Ruth <[email protected]>
  • Loading branch information
bruth committed Mar 22, 2023
1 parent 69d42d7 commit cbaa6df
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 109 deletions.
4 changes: 2 additions & 2 deletions examples/use-cases/active-active/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM golang:1.19-alpine3.17 AS build

RUN apk update && apk add git bash curl jq

RUN go install github.com/nats-io/natscli/nats@2af2c5d
RUN go install github.com/nats-io/nats-server/v2@dev
RUN go install github.com/nats-io/natscli/nats@latest
RUN go install github.com/nats-io/nats-server/v2@latest

WORKDIR /opt/app

Expand Down
Loading

1 comment on commit cbaa6df

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for nats-by-example ready!

✅ Preview
https://nats-by-example-a099ve9un-connecteverything.vercel.app

Built with commit cbaa6df.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.