1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

Use grunt for building

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
This commit is contained in:
Kevan Ahlquist 2015-09-14 03:37:07 -05:00
parent 9bdd96527c
commit cdf4767d7d
4 changed files with 70 additions and 41 deletions

View file

@ -1,6 +1,5 @@
FROM scratch
COPY dockerui /
COPY dist /
EXPOSE 9000