mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Files
6 lines
62 B
Docker
6 lines
62 B
Docker
FROM alpine
|
|||
|
|||
COPY entry-dev.sh /
|
|||
|
|||
ENTRYPOINT ["entry-dev.sh"]
|