mirror of
https://github.com/wahyd4/cash-code-test.git
synced 2026-08-09 05:16:05 +10:00
9 lines
157 B
YAML
9 lines
157 B
YAML
version: "3"
|
|
|
|
services:
|
|
cash:
|
|
image: golang:1.13
|
|
working_dir: /cash
|
|
volumes:
|
|
- .:/cash
|
|
command: ["go", "run", "main.go", "input.txt"] |