Skip to content

Commit e21ad4c

Browse files
committed
Update local config
1 parent 6397b36 commit e21ad4c

4 files changed

Lines changed: 777 additions & 746 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.4
1+
lts/dubnium

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ version: '2'
22
services:
33
app:
44
build: .
5+
image: this_is_a_test
56
environment:
67
NODE_ENV: development
7-
ports:
8-
- '3000:3000'
98
tty: true
109
depends_on:
1110
- mongodb

0 commit comments

Comments
 (0)