Skip to content

Commit d046865

Browse files
committed
Simulate a bug for version3
[refs %0ee3a536c807]
1 parent 913ee36 commit d046865

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

swarm/swarm-demo-frontend/app.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
set :bind, '0.0.0.0'
44
set :port, 8080
55

6+
raise "Simulating an error"
7+
68
get '/' do
79
<<-BODY
810
<html>

swarm/swarm-demo-frontend/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33

44
services:
55
frontend:
6-
image: jfahrer/swarm-demo-frontend:v2
6+
image: jfahrer/swarm-demo-frontend:v3
77
build:
88
context: .
99
ports:

0 commit comments

Comments
 (0)