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