We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c22c1 commit 2cd0b9aCopy full SHA for 2cd0b9a
.gitignore
@@ -37,6 +37,4 @@ luac.out
37
*.app
38
*.i*86
39
*.x86_64
40
-*.hex
41
-
42
-tokens/*
+*.hex
docker-compose.yaml
@@ -14,4 +14,10 @@ services:
14
- memory_leak
15
build:
16
context: .
17
- dockerfile: ./.memory_leak/Dockerfile
+ 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