mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-29 10:19:21 +08:00
7 lines
95 B
Docker
7 lines
95 B
Docker
FROM alpine
|
|
|
|
WORKDIR /root/contexts
|
|
COPY ice.bin bin/
|
|
|
|
CMD ./bin/ice.bin forever start dev shy
|