cdf4767d7d
Add shell commands to gruntfile for local dev. Build binary if needed for `grunt build`, always build for `grunt release`. Exclude unused assets from jquery.gritter and vis. Remove Makefile
7 lines
64 B
Docker
7 lines
64 B
Docker
FROM scratch
|
|
|
|
COPY dist /
|
|
|
|
EXPOSE 9000
|
|
ENTRYPOINT ["/dockerui"]
|