mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-24 12:39:33 +00:00
6 lines
62 B
Text
6 lines
62 B
Text
FROM alpine
|
|||
|
|||
COPY entry-dev.sh /
|
|||
|
|||
ENTRYPOINT ["entry-dev.sh"]
|