mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
11 lines
171 B
YAML
11 lines
171 B
YAML
|
version: "3"
|
||
|
services:
|
||
|
dotfiles:
|
||
|
environment:
|
||
|
- CI=1
|
||
|
build: .
|
||
|
container_name: dotfiles
|
||
|
image: starr-dust/dotfiles
|
||
|
volumes:
|
||
|
- .:/usr/src/
|