box-o-sand/vuefun/.actions/build/Dockerfile

13 lines
433 B
Docker
Raw Normal View History

2019-03-10 00:37:28 +00:00
FROM golang:1.11-slim
LABEL "com.github.actions.name"="vuefun Build"
LABEL "com.github.actions.description"="Build the vuefun thing"
LABEL "com.github.actions.color"="gray"
LABEL "repository"="https://github.com/meatballhat/box-o-sand"
LABEL "homepage"="https://github.com/meatballhat/box-o-sand"
LABEL "maintainer"="Dan Buch <dan+github-box-o-sand@meatballhat.com>"
ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]