mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
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
6 lines
64 B
Docker
6 lines
64 B
Docker
FROM scratch
|
|
|
|
COPY dist /
|
|
|
|
EXPOSE 9000
|
|
ENTRYPOINT ["/dockerui"]
|