4 lines
45 B
Docker
4 lines
45 B
Docker
FROM alpine
|
|
ADD mark2web /
|
|
CMD ["/mark2web"]
|
FROM alpine
|
|
ADD mark2web /
|
|
CMD ["/mark2web"]
|