Skip to content

Commit 2cd0b9a

Browse files
committed
fix: update .gitignore and enhance docker-compose configuration
1 parent 26c22c1 commit 2cd0b9a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,4 @@ luac.out
3737
*.app
3838
*.i*86
3939
*.x86_64
40-
*.hex
41-
42-
tokens/*
40+
*.hex

docker-compose.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,10 @@ services:
1414
- memory_leak
1515
build:
1616
context: .
17-
dockerfile: ./.memory_leak/Dockerfile
17+
dockerfile: ./.memory_leak/Dockerfile
18+
volumes:
19+
- ./.memory_leak/test/teste.t:/t/teste.t
20+
- ./lib/resty/libjwt:/usr/local/openresty/lualib/resty/libjwt
21+
command: ["/bin/bash"]
22+
stdin_open: true
23+
tty: true

0 commit comments

Comments
 (0)