mirror of
https://github.com/greatest-ape/aquatic.git
synced 2026-07-04 10:51:39 +00:00
de2b7cb187
The Dockerfile works when run locally. The GitHub action plumbing may or not work in this state.
4 lines
125 B
Bash
4 lines
125 B
Bash
#!/bin/bash
|
|
|
|
docker build -t aquatic-test-transfers .github/actions/test-transfers
|
|
docker run -it aquatic-test-transfers bash |