mirror of https://github.com/markbates/pkger.git
8 lines
63 B
Docker
8 lines
63 B
Docker
|
FROM alpine
|
||
|
|
||
|
EXPOSE 3000
|
||
|
COPY example /bin/
|
||
|
|
||
|
|
||
|
CMD /bin/example
|