Skip to content

Commit 5720b4e

Browse files
author
temyers
committed
link .gitconfig into container
1 parent e943618 commit 5720b4e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ services:
77
volumes:
88
- .:/app
99
- ~/.aws/:/root/.aws
10+
- ~/.gitconfig:/root/.gitconfig
1011
environment:
1112
- AWS_ACCESS_KEY_ID
1213
- AWS_SECRET_ACCESS_KEY

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-localstack",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Connect Serverless to Localstack!",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)