mirror of
https://github.com/mudler/luet.git
synced 2025-07-07 12:28:54 +00:00
* Update vendor Sabayon/pkgs-checker@v0.8.4 * Drop golang.org/x/text Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
11 lines
146 B
YAML
11 lines
146 B
YAML
version: '3.0'
|
|
|
|
services:
|
|
test:
|
|
build:
|
|
dockerfile: Dockerfile
|
|
context: .
|
|
working_dir: /app
|
|
volumes:
|
|
- ${PWD}:/app
|