mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 19:43:09 +00:00
3 lines
46 B
Docker
3 lines
46 B
Docker
FROM swift:latest
|
|
COPY . .
|
|
CMD ./test swiftpm
|