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:
parent
9bdd96527c
commit
cdf4767d7d
4 changed files with 70 additions and 41 deletions
|
@ -1,6 +1,5 @@
|
|||
FROM scratch
|
||||
|
||||
COPY dockerui /
|
||||
COPY dist /
|
||||
|
||||
EXPOSE 9000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue