Skip to content

Instantly share code, notes, and snippets.

@deepal
Created July 16, 2022 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deepal/6f093f1c0440c58a062e8e4323217eca to your computer and use it in GitHub Desktop.
Save deepal/6f093f1c0440c58a062e8e4323217eca to your computer and use it in GitHub Desktop.
version: '3.4'
services:
test:
image: imega/busted
environment:
- LUA_PATH=/app/?.lua
command: busted /app
volumes:
- ./lib:/app/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment