Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit a5f7147

Browse files
author
Hans Kristian Flaatten
committed
chore(docker-compose): update yaml formatting
1 parent 6b9413f commit a5f7147

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ services:
88
image: node:argon
99
working_dir: /usr/src/app
1010
links:
11-
- mongo
11+
- mongo
1212
volumes:
13-
- .:/usr/src/app
13+
- ".:/usr/src/app"
1414
environment:
15-
- NODE_ENV=development
16-
- NPM_CONFIG_LOGLEVEL=silent
17-
- NPM_CONFIG_PROGRESS=false
18-
- NPM_CONFIG_SPIN=false
15+
- NODE_ENV=development
16+
- NPM_CONFIG_LOGLEVEL=silent
17+
- NPM_CONFIG_PROGRESS=false
18+
- NPM_CONFIG_SPIN=false
1919
command: npm test

0 commit comments

Comments
 (0)