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