Skip to content

Commit

Permalink
Update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Jul 30, 2022
1 parent 6f5a497 commit cb65b0e
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docker-compose.debug.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.7'
version: '3.8'
services:
dream-league-web:
command: npm run start:debug
6 changes: 3 additions & 3 deletions docker-compose.link.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: '3.7'
version: '3.8'
networks:
default:
external:
name: dream-league
external: true
name: dream-league
2 changes: 1 addition & 1 deletion docker-compose.override.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.7'
version: '3.8'
services:
dream-league-web:
build:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.test.debug.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.7'
version: '3.8'
services:
dream-league-web:
command: npm run test:debug
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.test.watch.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.7'
version: '3.8'
services:
dream-league-web:
command: npm run test:watch
2 changes: 1 addition & 1 deletion docker-compose.test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.7'
version: '3.8'
services:
dream-league-web:
build:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.7'
version: '3.8'
services:
dream-league-web:
build: .
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dream-league-web",
"version": "1.3.16",
"version": "1.3.17",
"description": "Dream League web frontend",
"main": "app/index.js",
"scripts": {
Expand Down

0 comments on commit cb65b0e

Please sign in to comment.